aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-10-07 08:35:15 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-10-07 08:35:15 -0400
commitf49eb15dbc7b8d77ff9580ccd44d42b9969969fc (patch)
tree825f84366d9f9212369a3ab10743873eb7a405f6 /include/common.h
parent6986331694adb60265c815af6637caf2dbc23ede (diff)
Added walking animation to player
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index b283ec8..7472edf 100644
--- a/include/common.h
+++ b/include/common.h
@@ -45,6 +45,7 @@ GLuint loadTexture(const char *fileName);
extern bool gameRunning;
extern unsigned int deltaTime;
+extern unsigned int loops;
extern FILE* config;
extern FILE* names;