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

Merge branch 'develop' into bank_support

This commit is contained in:
Laserlicht
2024-08-09 23:36:59 +02:00
committed by GitHub
117 changed files with 5308 additions and 746 deletions

View File

@@ -227,6 +227,7 @@ public:
void onPlayerTurnStarted(PlayerColor which);
void onPlayerTurnEnded(PlayerColor which);
void onNewTurn();
void addStatistics();
void handleTimeEvents();
void handleTownEvents(CGTownInstance *town, NewTurn &n);