aboutsummaryrefslogtreecommitdiffstats
path: root/src/entities/johnsStore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/entities/johnsStore.c')
-rw-r--r--src/entities/johnsStore.c13
1 files changed, 13 insertions, 0 deletions
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)
+{
+}