aboutsummaryrefslogtreecommitdiffstats
path: root/include/windowClass.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/windowClass.h')
-rw-r--r--include/windowClass.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/windowClass.h b/include/windowClass.h
new file mode 100644
index 0000000..1aaae98
--- /dev/null
+++ b/include/windowClass.h
@@ -0,0 +1,13 @@
+#ifndef WINDOWCLASS_H
+#define WINDOWCLASS_H
+
+#include <common.h>
+
+class Window{
+public:
+ void setupRender();
+ void render();
+
+};
+
+#endif //WINDOWCLASS_H \ No newline at end of file