From c9ae1941816183553c8c4313eac27cc831cbefba Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 26 Dec 2025 07:14:54 -0700 Subject: Working on buildings --- src/entities/johnsStore.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/entities/johnsStore.c (limited to 'src/entities/johnsStore.c') diff --git a/src/entities/johnsStore.c b/src/entities/johnsStore.c new file mode 100644 index 0000000..85f6303 --- /dev/null +++ b/src/entities/johnsStore.c @@ -0,0 +1,13 @@ +#include "johnsStore.h" + +void initJohnsStore(Entity* entity) +{ +} + +void updateJohnsStore(Entity* entity, Game* game) +{ +} + +void closeJohnsStore(Entity* entity) +{ +} -- cgit v1.2.3