aboutsummaryrefslogtreecommitdiffstats
path: root/src/entities/john.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entities/john.h')
-rw-r--r--src/entities/john.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/entities/john.h b/src/entities/john.h
new file mode 100644
index 0000000..e2c1b11
--- /dev/null
+++ b/src/entities/john.h
@@ -0,0 +1,12 @@
+#include "game.h"
+#include "entity.h"
+#include "shopKeeper.h"
+
+#ifndef JOHN_H
+#define JOHN_H
+
+void initJohn(Entity* entity);
+void updateJohn(Entity* entity, Game* game);
+
+#endif
+