aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-11-30 08:47:24 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-11-30 08:47:24 -0500
commit0415b7f0a9305cd43e8fd8c77a8bafd3b8016dd0 (patch)
treeffa56707d10b2bbcd54e0e571c915c85c708520a /include/common.h
parentfbe1b6c3a0a3427111577e6b77600f5669012583 (diff)
Working on animations
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 525a4cd..869c811 100644
--- a/include/common.h
+++ b/include/common.h
@@ -123,6 +123,8 @@ extern float handAngle;
*
*/
+ extern unsigned int loops;
+
//GLuint loadTexture(const char *fileName);
/*