summaryrefslogtreecommitdiff
path: root/intensemarcus.h
diff options
context:
space:
mode:
authorLuke Bratch <l_bratch@yahoo.co.uk>2010-11-25 15:04:54 +0000
committerLuke Bratch <l_bratch@yahoo.co.uk>2010-11-25 15:04:54 +0000
commit71926d883a678be983a434f8c0da435178d7585d (patch)
tree0d3598d060ae153aa129eb9eeddeb66f0c48717a /intensemarcus.h
parent3383e8be9001826bf0d09f1fb73ad5013cc8627e (diff)
Add Screen class, move video output functionality to it
Diffstat (limited to 'intensemarcus.h')
-rw-r--r--intensemarcus.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/intensemarcus.h b/intensemarcus.h
index 7c3a330..3f7d5bf 100644
--- a/intensemarcus.h
+++ b/intensemarcus.h
@@ -1,4 +1,9 @@
+#ifndef INTENSEMARCUS_H
+#define INTENSEMARCUS_H
+
const int SCREEN_WIDTH = 800;
const int SCREEN_HEIGHT = 600;
const int SCREEN_BPP = 32;
const int FPS = 30;
+
+#endif