#ifndef CONSTS_H_9561E49C #define CONSTS_H_9561E49C const int GAME_WIDTH = 640; const int GAME_HEIGHT = 480; const int CANVAS_WIDTH = 320; const int CANVAS_HEIGHT = 240; const int MOVEMENT_SPEED = 2; const int PARTY_FRAME_DELAY = 10;// / MOVEMENT_SPEED; #endif /* end of include guard: CONSTS_H_9561E49C */