From fc6e0037a2f0769fdbd4c18bd96f49d55f630757 Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Sun, 30 Jul 2023 23:51:37 -0600 Subject: Started caporale circling thingy --- src/entities/caporale.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/entities/caporale.h') 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); -- cgit v1.2.3