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