Cleaning up

This commit is contained in:
AnonymusRaccoon
2020-03-10 15:24:18 +01:00
parent abf8b6d02f
commit 7f22750a04
10 changed files with 33 additions and 35 deletions
+1 -1
View File
@@ -20,6 +20,6 @@ struct teams_component
const struct teams_component teams_component;
bool teams_move_up(gc_scene *scene, float amount, float y_level);
void pm_clicked(gc_engine *engine, int id);
void pm_clicked(gc_engine *engine, gc_entity *entity);
#endif //_TEAMS_COMPONENT_C_