Add containerization and make this bad boy work on Windows and MacOS
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#ifndef ENTGEN_H_
|
||||
#define ENTGEN_H_
|
||||
|
||||
#define MAX_ENTITIES 133
|
||||
#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
|
||||
Reference in New Issue
Block a user