aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndy Belle-Isle <abelleisle@roadrunner.com>2015-09-08 18:22:44 -0400
committerAndy Belle-Isle <abelleisle@roadrunner.com>2015-09-08 18:27:00 -0400
commit7bd5f9dd60204fa7bfc9a1b5d6fa982be0bfe3ec (patch)
treedc7213f81387a754e25e247a1dd6e112507375ca /include
parenta56f129b316f62668816a5e0b8f5d99770630140 (diff)
Added windowClass files
Diffstat (limited to 'include')
-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