summaryrefslogtreecommitdiff
path: root/intensemarcus.h
diff options
context:
space:
mode:
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