Adding a movable block of dirt

This commit is contained in:
Anonymus Raccoon
2020-03-30 15:23:03 +02:00
parent e0fd5ce7dd
commit 07a8434be3
17 changed files with 417 additions and 18 deletions
+3 -3
View File
@@ -5,11 +5,11 @@
** runner
*/
#ifndef _GAME_MANAGER_SYSTEM_H_
#define _GAME_MANAGER_SYSTEM_H_
#ifndef _MAP_MOVEMENT_SYSTEM_H_
#define _MAP_MOVEMENT_SYSTEM_H_
#include "system.h"
const gc_system game_manager_system;
#endif //_GAME_MANAGER_SYSTEM_H_
#endif //_MAP_MOVEMENT_SYSTEM_H__