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