diff options
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. |