summaryrefslogtreecommitdiff
path: root/src/Rendering.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <leonardomtenenbaum@gmail.com>2018-03-23 00:00:50 -0400
committerLeo Tenenbaum <leonardomtenenbaum@gmail.com>2018-03-23 00:00:50 -0400
commit5e54af301b2b99e8479da3195ef30d0f8ec19227 (patch)
tree0647a605126d94cc914345c587512cf7a9b59dc3 /src/Rendering.h
parentbedd7a371cc4649b95dc09bafa1c7ee23a4affb6 (diff)
Initial commit
Diffstat (limited to 'src/Rendering.h')
-rw-r--r--src/Rendering.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/Rendering.h b/src/Rendering.h
new file mode 100644
index 0000000..fcc147b
--- /dev/null
+++ b/src/Rendering.h
@@ -0,0 +1,16 @@
+#ifndef RENDERING_H
+#define RENDERING_H
+
+class Rendering {
+public:
+ static int RENDER_SCALE;
+ static const int GRID_WIDTH = 400;
+ static const int GRID_HEIGHT = 300;
+ static int WIDTH;
+ static int HEIGHT;
+private:
+
+};
+
+#endif /* RENDERING_H */
+