Finishing the absent pm

This commit is contained in:
AnonymusRaccoon
2020-03-09 14:20:57 +01:00
parent 045ce2301d
commit 32597ce440
8 changed files with 62 additions and 35 deletions
+1
View File
@@ -20,5 +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);
#endif //_TEAMS_COMPONENT_C_