diff options
| author | nathan <nathansmith@disroot.org> | 2025-10-26 00:10:58 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2025-10-26 00:10:58 +0000 |
| commit | 5925230971875ba3e6e591f0655cf84b739b50fc (patch) | |
| tree | a08383647602ec9afc4cce49da4f25242e9e236b /src/entitiesInclude.h | |
| parent | 361c596fa09e9bac1d256ee21da63e352d796fa3 (diff) | |
| download | FindThings-5925230971875ba3e6e591f0655cf84b739b50fc.tar.gz FindThings-5925230971875ba3e6e591f0655cf84b739b50fc.tar.bz2 FindThings-5925230971875ba3e6e591f0655cf84b739b50fc.zip | |
New entity system is working (:
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" |
