From 71926d883a678be983a434f8c0da435178d7585d Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Thu, 25 Nov 2010 15:04:54 +0000 Subject: Add Screen class, move video output functionality to it --- intensemarcus.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'intensemarcus.h') 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 -- cgit v1.2.3