#ifndef solid_h #define solid_h #include "world.h" Entity new_solid(World* world, int x, int y, int w, int h); #endif