diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-09-14 20:09:12 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-09-14 20:09:12 -0600 |
commit | c160543a7982a62062aae978da08e4f18ae1e712 (patch) | |
tree | 81c8e42af6e18d63dd78ed017cf92cd6d7746152 /src/entitiesInclude.h | |
parent | 3d114213c9797cce0a80918d0771c2314202ef95 (diff) |
Missile worky worky
Diffstat (limited to 'src/entitiesInclude.h')
-rw-r--r-- | src/entitiesInclude.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entitiesInclude.h b/src/entitiesInclude.h index be4713c..e1d2cd5 100644 --- a/src/entitiesInclude.h +++ b/src/entitiesInclude.h @@ -6,5 +6,6 @@ #include "entities/generale.h" #include "entities/mussolini.h" #include "entities/guidedMissile.h" +#include "entities/missile.h" // Through the magic of this ugly file you can include all entities at once. |