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