diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-05-15 22:52:44 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-05-15 22:52:44 -0400 |
commit | e786f4a546fd9b08d83cd3e4058a93b26e7ae6ab (patch) | |
tree | f4ed6de1b5368c961e9078e9ac003acf188a3279 /include | |
parent | 0d4504017648b56a565216119a82166deb1f8d5d (diff) |
Sword swinging
Diffstat (limited to 'include')
-rw-r--r-- | include/common.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.hpp b/include/common.hpp index fabf4c7..153c46e 100644 --- a/include/common.hpp +++ b/include/common.hpp @@ -232,6 +232,7 @@ extern GLint worldShader_attribute_coord; extern GLint worldShader_attribute_tex; extern GLint worldShader_uniform_texture; extern GLint worldShader_uniform_color; +extern GLint worldShader_uniform_transform; /** * Prints a formatted debug message to the console, along with the callee's file and line |