1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Merge branch 'vcmi:develop' into extended_statistic

This commit is contained in:
Laserlicht
2024-08-14 20:32:47 +02:00
committed by GitHub
172 changed files with 1247 additions and 1091 deletions

View File

@@ -230,8 +230,8 @@ public:
void onNewTurn();
void addStatistics(StatisticDataSet &stat);
void handleTimeEvents();
void handleTownEvents(CGTownInstance *town, NewTurn &n);
void handleTimeEvents(PlayerColor player);
void handleTownEvents(CGTownInstance *town);
bool complain(const std::string &problem); //sends message to all clients, prints on the logs and return true
void objectVisited( const CGObjectInstance * obj, const CGHeroInstance * h );
void objectVisitEnded(const CObjectVisitQuery &query);