diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2015-11-30 08:47:24 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2015-11-30 08:47:24 -0500 |
commit | 0415b7f0a9305cd43e8fd8c77a8bafd3b8016dd0 (patch) | |
tree | ffa56707d10b2bbcd54e0e571c915c85c708520a /include/common.h | |
parent | fbe1b6c3a0a3427111577e6b77600f5669012583 (diff) |
Working on animations
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 2 |
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); /* |