summaryrefslogtreecommitdiff
path: root/include/enemy.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/enemy.h')
-rw-r--r--include/enemy.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/enemy.h b/include/enemy.h
index c799f058..84c2d1e0 100644
--- a/include/enemy.h
+++ b/include/enemy.h
@@ -288,4 +288,10 @@ void Enemy66();
extern void (*const gUnk_080012C8[])(Entity*);
+/**
+ * The Entity targeted by enemies.
+ * This is usually the player.
+ */
+extern Entity* gEnemyTarget;
+
#endif // ENEMY_H