1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

add battle animation

This commit is contained in:
Laserlicht
2025-06-20 01:51:10 +02:00
parent 43844e2371
commit d0d3b96fa9
7 changed files with 40 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ public:
void onBattleStarted(const IBattleInfo * info);
void onBattleEnded(const BattleID & battleID);
std::map<BattleID, std::shared_ptr<CPlayerBattleCallback>> getActiveBattles();
};
VCMI_LIB_NAMESPACE_END