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