feat: allow game registering of components

This commit is contained in:
2026-08-14 02:41:59 +02:00
parent 405ef0baeb
commit 7f65a151b5
8 changed files with 111 additions and 1 deletions
+3
View File
@@ -6,6 +6,9 @@ set(GAME_SRC
src/main.cpp
src/Lightkeeper.cpp
src/components/GameComponentRegistry.cpp
src/components/PrintComponent.cpp
)
add_executable(lightkeeper ${GAME_SRC})