From d8554c12fdea5640df0ba42925f296f1711ba389 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 1 Dec 2015 08:38:21 -0500 Subject: andy cant code --- include/common.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index 0ddb5e4..52daf4b 100644 --- a/include/common.h +++ b/include/common.h @@ -61,8 +61,8 @@ typedef struct { #define GAME_NAME "Independent Study v.0.4 alpha" -#define SCREEN_WIDTH 800 -#define SCREEN_HEIGHT 600 +#define SCREEN_WIDTH 1280 +#define SCREEN_HEIGHT 720 //#define FULLSCREEN @@ -116,6 +116,8 @@ extern vec2 offset; extern float handAngle; +extern unsigned int loops; + /* * Prints a formatted debug message to the console, along with the callee's file and line * number. -- cgit v1.2.3