diff options
Diffstat (limited to 'systems.h')
-rw-r--r-- | systems.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/systems.h b/systems.h new file mode 100644 index 0000000..15abce1 --- /dev/null +++ b/systems.h @@ -0,0 +1,8 @@ +#ifndef systems_h +#define systems_h + +#include "world.h" + +void sprite_system(const World* world); + +#endif |