diff options
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 846dfb9..93735fa 100644 --- a/include/common.h +++ b/include/common.h @@ -113,6 +113,8 @@ extern unsigned int deltaTime; */ extern vec2 offset; +extern float handAngle; + /* * Loads an image from the given file path and attempts to make a texture out of it. The * resulting GLuint is returned (used to recall the texture in glBindTexture). |