aboutsummaryrefslogtreecommitdiff
path: root/src/entities/maresciallo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entities/maresciallo.h')
-rw-r--r--src/entities/maresciallo.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/entities/maresciallo.h b/src/entities/maresciallo.h
new file mode 100644
index 0000000..51714df
--- /dev/null
+++ b/src/entities/maresciallo.h
@@ -0,0 +1,12 @@
+#include "gameCommon.h"
+#include "entity.h"
+
+#ifndef MARESCIALLO_H
+#define MARESCIALLO_H
+
+void initMaresciallo(Entity * entity, Game * game);
+void closeMaresciallo(Entity * entity);
+void updateMaresciallo(Game * game, Entity * entity);
+void drawMaresciallo(Game * game, Entity * entity);
+
+#endif