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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/entities/maresciallo.h b/src/entities/maresciallo.h
index 51714df..7492751 100644
--- a/src/entities/maresciallo.h
+++ b/src/entities/maresciallo.h
@@ -4,6 +4,12 @@
#ifndef MARESCIALLO_H
#define MARESCIALLO_H
+#define MARESCIALLO_CIRCLE_AT_DIS 200.0
+
+typedef struct Maresciallo {
+ EntityFlyToPointInfo flyAway;
+} Maresciallo;
+
void initMaresciallo(Entity * entity, Game * game);
void closeMaresciallo(Entity * entity);
void updateMaresciallo(Game * game, Entity * entity);