#ifndef WINDOWCLASS_H #define WINDOWCLASS_H #include class Window{ public: void setupRender(); void render(); }; #endif //WINDOWCLASS_H