#ifndef ENTGEN_H_ #define ENTGEN_H_ #define MAX_ENTITIES 132 #define MAX_BEASTS 0 #define MAX_TOTEMS 0 #define MAX_TOTEMIC_CALL 0 #define MAX_HEROPOWER 3 const char *totemic_call[MAX_TOTEMIC_CALL]; const char *race_beast[MAX_BEASTS]; const char *race_totems[MAX_TOTEMS]; #endif