#ifndef UICLASS_H #define UICLASS_H #include #include #include #include extern SDL_Event e; extern bool gameRunning; class UIClass{ public: void handleEvents(); }; #endif //UICLASS_H