1 2 3 4 5 6 7 8
#ifndef solid_h #define solid_h #include "world.h" Entity new_solid(World* world, int x, int y, int w, int h); #endif