diff options
Diffstat (limited to 'include/entities.h')
-rw-r--r-- | include/entities.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/entities.h b/include/entities.h index 9cc1b31..05ae64c 100644 --- a/include/entities.h +++ b/include/entities.h @@ -26,7 +26,7 @@ enum _TYPE { enum GENDER{ MALE, FEMALE, - NONE + TRANSBULLSHIT }; enum MOB_SUB { @@ -195,7 +195,9 @@ public: class Structures : public Entity{ public: BUILD_SUB bsubtype; + World *inWorld; char *inside; + char *textureLoc; Structures(); ~Structures(); |