Add basic input system

This commit is contained in:
2023-11-23 11:07:46 +01:00
parent 36690f8066
commit 19d84a5dbb
5 changed files with 280 additions and 82 deletions

View File

@@ -24,6 +24,7 @@ add_executable(PixelDefense
game/pathfinding.h
game/systems.h
game/systems_entity.c
game/systems_input.c
game/systems_ui.c
)