#ifndef inithell #define inithell #include #include typedef struct{ int width; int height; bool mousedown; int mx; int my; OBJECT *obj[obj_n]; } STUFFS; #endif