diff options
Diffstat (limited to 'src/being/playerinfo.h')
-rw-r--r-- | src/being/playerinfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/being/playerinfo.h b/src/being/playerinfo.h index 784a3b8ea..c4ccfd4be 100644 --- a/src/being/playerinfo.h +++ b/src/being/playerinfo.h @@ -262,6 +262,8 @@ namespace PlayerInfo int getMercenaryId(); void updateMoveAI(); + + void updateAttackAi(const int targetId, const bool keep); } // namespace PlayerInfo #endif // BEING_PLAYERINFO_H |