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