Rework input

This commit is contained in:
2023-12-05 14:38:11 +01:00
parent 8d01f328f9
commit ae1c21bdfc
6 changed files with 69 additions and 26 deletions

View File

@@ -86,6 +86,12 @@ void renderEntities(ecs_iter_t *it);
*/
void renderColliders(ecs_iter_t *it);
/*
* 1: Position
* 2: Rotation
*/
void renderRotationDirection(ecs_iter_t *it);
/*
* 1: Path
*/