diff options
Diffstat (limited to 'include/texture.hpp')
-rw-r--r-- | include/texture.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/texture.hpp b/include/texture.hpp index 3cb8d1f..43db1b6 100644 --- a/include/texture.hpp +++ b/include/texture.hpp @@ -93,6 +93,8 @@ namespace Colors { extern ColorTex red; /**< A solid red texture. */ extern ColorTex blue; /**< A solid blue texture. */ + extern GLfloat texCoord[12]; + /** * Creates the colors. */ |