From 5925230971875ba3e6e591f0655cf84b739b50fc Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 25 Oct 2025 18:10:58 -0600 Subject: New entity system is working (: --- src/entitiesInclude.h | 14 ++++++++++++++ 1 file changed, 14 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..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" -- cgit v1.2.3