diff options
Diffstat (limited to 'src/entitiesInclude.h')
| -rw-r--r-- | src/entitiesInclude.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/entitiesInclude.h b/src/entitiesInclude.h new file mode 100644 index 0000000..1a10068 --- /dev/null +++ b/src/entitiesInclude.h @@ -0,0 +1,14 @@ +#include "entities/bush.h" +#include "entities/flower.h" +#include "entities/john.h" +#include "entities/medicalTrash.h" +#include "entities/oldMint.h" +#include "entities/pond.h" +#include "entities/ron.h" +#include "entities/samantha.h" +#include "entities/samanthasSpot.h" +#include "entities/stickyNickel.h" +#include "entities/trash.h" +#include "entities/trashcan.h" +#include "entities/tree.h" +#include "entities/utilityPole.h" |
