feat: allow game registering of components
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user