Implement event handler

Added event handler implementation.
Moved enginge specific implementation outside graphics module

Signed-off-by: Piotr Krygier <piotrkrygier@everyonecancode@xyz>
This commit is contained in:
Piotr Krygier
2026-03-04 11:04:53 +01:00
parent bbbe69d73c
commit c6825caa69
18 changed files with 143 additions and 152 deletions
+1
View File
@@ -1,4 +1,5 @@
#include "red_scarf_engine.h"
#include "utilities/errors_common.h"
int main(int argc, char** argv)
{