aboutsummaryrefslogtreecommitdiffstats
path: root/src/entities/johnsStore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entities/johnsStore.h')
-rw-r--r--src/entities/johnsStore.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/entities/johnsStore.h b/src/entities/johnsStore.h
new file mode 100644
index 0000000..d70e99f
--- /dev/null
+++ b/src/entities/johnsStore.h
@@ -0,0 +1,11 @@
+#include "game.h"
+#include "entity.h"
+
+#ifndef JOHNS_STORE_H
+#define JOHNS_STORE_H
+
+void initJohnsStore(Entity* entity);
+void updateJohnsStore(Entity* entity, Game* game);
+void closeJohnsStore(Entity* entity);
+
+#endif