From 5a3b3a062862cdeee96b3ec4641ac684b28659f8 Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Sun, 23 Jul 2023 18:53:25 -0600 Subject: Soldato following --- src/entitiesInclude.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/entitiesInclude.h (limited to 'src/entitiesInclude.h') 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. -- cgit v1.2.3