#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