#ifndef systems_h #define systems_h #include "world.h" void sprite_system(const World* world); #endif