diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-07-23 18:53:25 -0600 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-07-23 18:53:25 -0600 |
commit | 5a3b3a062862cdeee96b3ec4641ac684b28659f8 (patch) | |
tree | 2994bea3543c1bc694f18f2bc26b0459178759fa /src/entitiesInclude.h | |
parent | a408b352f13df546b2262ca01cf162b60891cdae (diff) |
Soldato following
Diffstat (limited to 'src/entitiesInclude.h')
-rw-r--r-- | src/entitiesInclude.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/entitiesInclude.h b/src/entitiesInclude.h new file mode 100644 index 0000000..4c6f5ac --- /dev/null +++ b/src/entitiesInclude.h @@ -0,0 +1,9 @@ +#include "entities/antifaShip.h" +#include "entities/soldato.h" +#include "entities/caporale.h" +#include "entities/sergente.h" +#include "entities/maresciallo.h" +#include "entities/generale.h" +#include "entities/mussolini.h" + +// Through the magic of this ugly file you can include all entities at once. |