aboutsummaryrefslogtreecommitdiff
path: root/src/entities/caporale.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entities/caporale.h')
-rw-r--r--src/entities/caporale.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/entities/caporale.h b/src/entities/caporale.h
index 13f86d1..e855b30 100644
--- a/src/entities/caporale.h
+++ b/src/entities/caporale.h
@@ -4,6 +4,10 @@
#ifndef CAPORALE_H
#define CAPORALE_H
+typedef struct Caporale {
+ EntityFlyToPointInfo flyToPlayer;
+} Caporale;
+
void initCaporale(Entity * entity, Game * game);
void closeCaporale(Entity * entity);
void updateCaporale(Game * game, Entity * entity);