adding particule component and adding it to the player (one big particule)

This commit is contained in:
Clément Le Bihan
2020-05-03 01:02:40 +02:00
parent c3d888d714
commit 0a8b15f5f7
8 changed files with 229 additions and 2 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ struct game_manager_system {
bool has_message;
};
const struct game_manager_system game_manager_system;
extern const struct game_manager_system game_manager_system;
#endif //_MAP_MOVEMENT_SYSTEM_H__