aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-10-22 09:27:55 -0400
committerClyne Sullivan <tullivan99@gmail.com>2015-10-22 09:27:55 -0400
commitc99d7fb5e5c047709ccd4823e39ccb16c153eecb (patch)
tree9b77ae63cd8876e8d449ba4cb6ad82ad88b16b55 /include/common.h
parent95f1817ebf57e54ca43181198c1782838f424492 (diff)
parentd15062f7f2563761660e665d0940d9c0d1a7883c (diff)
screw npcs
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index d5f1456..e46cf86 100644
--- a/include/common.h
+++ b/include/common.h
@@ -22,6 +22,11 @@
#include <SDL2/SDL_mixer.h>
/*
+ * Include file headers
+*/
+#include <Texture.h>
+
+/*
* Create a basic 2-point structure for coordinate saving
*/
@@ -88,7 +93,7 @@ extern unsigned int deltaTime;
*
*/
-GLuint loadTexture(const char *fileName);
+//GLuint loadTexture(const char *fileName);
/*
* Prints a formatted debug message to the console, along with the callee's file and line