Prepare for event system

Moved stuff around.
Create an entry point for RSE.
Created base for events module

Signed-off-by: Piotr Krygier <piotrkrygier@everyonecancode@xyz>
This commit is contained in:
Piotr Krygier
2026-03-03 11:26:43 +01:00
parent 7d6156be01
commit bbbe69d73c
13 changed files with 245 additions and 53 deletions
+2
View File
@@ -8,5 +8,7 @@ project('RedScarfEngine',
subdir('utilities')
subdir('graphics')
subdir('events')
subdir('red_scarf_engine')