Add feedback UI for selecting and placing units
This commit is contained in:
@@ -73,7 +73,7 @@ void renderDebugPath(ecs_iter_t *it);
|
||||
|
||||
|
||||
/**********************************
|
||||
* Entity Systems
|
||||
* Input systems
|
||||
**********************************/
|
||||
|
||||
/*
|
||||
@@ -83,4 +83,15 @@ void renderDebugPath(ecs_iter_t *it);
|
||||
*/
|
||||
void updatePlayerInput(ecs_iter_t *it);
|
||||
|
||||
/*
|
||||
* Task:
|
||||
* 0: Game (singleton)
|
||||
* 0: InputState (singleton)
|
||||
*/
|
||||
void drawPlayerInputUI(ecs_iter_t *it);
|
||||
|
||||
/**********************************
|
||||
* UI systems
|
||||
**********************************/
|
||||
|
||||
#endif //PIXELDEFENSE_SYSTEMS_H
|
||||
|
||||
Reference in New Issue
Block a user