aboutsummaryrefslogtreecommitdiff
path: root/src/entities/antifaShip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entities/antifaShip.h')
-rw-r--r--src/entities/antifaShip.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/entities/antifaShip.h b/src/entities/antifaShip.h
index 460fe38..c272865 100644
--- a/src/entities/antifaShip.h
+++ b/src/entities/antifaShip.h
@@ -13,8 +13,11 @@ typedef struct AntifaShip {
Vector2 lastMouse;
float forwardSpeed;
bool shouldInitMousePosition;
+
double timeSinceLastBullet;
Bullet lastBulletShot;
+ Vector3 gunTarget;
+ bool doAutoTarget;
} AntifaShip;
void initAntifaShip(Entity * entity, Game * game);