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

@@ -70,4 +70,17 @@ void renderColliders(ecs_iter_t *it);
*/
void renderDebugPath(ecs_iter_t *it);
/**********************************
* Entity Systems
**********************************/
/*
* Task:
* 0: Game (singleton)
* 0: InputState (singleton)
*/
void updatePlayerInput(ecs_iter_t *it);
#endif //PIXELDEFENSE_SYSTEMS_H