aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-12-01 08:38:21 -0500
committerClyne Sullivan <tullivan99@gmail.com>2015-12-01 08:38:21 -0500
commitd8554c12fdea5640df0ba42925f296f1711ba389 (patch)
tree8204651ac0e7dc6189ffabb9df39763b19c61886 /include/common.h
parent45bca98b792f8ced1a57ef8c5beed2a90a79d47f (diff)
andy cant code
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h6
1 files changed, 4 insertions, 2 deletions
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.