aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/common.h1
-rw-r--r--include/entities.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index b283ec8..7472edf 100644
--- a/include/common.h
+++ b/include/common.h
@@ -45,6 +45,7 @@ GLuint loadTexture(const char *fileName);
extern bool gameRunning;
extern unsigned int deltaTime;
+extern unsigned int loops;
extern FILE* config;
extern FILE* names;
diff --git a/include/entities.h b/include/entities.h
index eeb58e4..dacf394 100644
--- a/include/entities.h
+++ b/include/entities.h
@@ -39,7 +39,7 @@ public:
char* name;
GENDER gender;
- unsigned int texture; //TODO: ADD TEXTURES
+ GLuint texture[3]; //TODO: ADD TEXTURES
void spawn(float, float);