Add containerization and make this bad boy work on Windows and MacOS

This commit is contained in:
omer
2024-02-28 19:08:07 -06:00
parent d58a0543eb
commit df7a63e047
557 changed files with 6647 additions and 5493 deletions
+13
View File
@@ -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