diff options
Diffstat (limited to 'include/entities.h')
-rw-r--r-- | include/entities.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/entities.h b/include/entities.h index 30a0b0c..e71789a 100644 --- a/include/entities.h +++ b/include/entities.h @@ -59,6 +59,7 @@ public: char* name; GENDER gender; GLuint texture[3]; //TODO: ADD TEXTURES + Texturec* tex; void spawn(float, float); |