diff options
Diffstat (limited to 'systems.h')
-rw-r--r-- | systems.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,8 +6,9 @@ void animation_system(World* world); void bullet_system(World* world); void collision_system(World* world); +void debris_system(World* world); void enemy_system(World* world); +void spawner_system(World* world); void sprite_system(const World* world); -void debris_system(World* world); #endif |