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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user