mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-26 03:52:01 +02:00
97f4fbcce8
Support for AIs I'll soon after infoboxes for towns (if there won't anything urgent)
13 lines
224 B
C++
13 lines
224 B
C++
#include "CEmptyAI.h"
|
|
void CEmptyAI::yourTurn()
|
|
{
|
|
}
|
|
void CEmptyAI::heroKilled(const CHeroInstance *)
|
|
{
|
|
}
|
|
void CEmptyAI::heroCreated(const CHeroInstance *)
|
|
{
|
|
}
|
|
void CEmptyAI::heroMoved(const HeroMoveDetails &)
|
|
{
|
|
} |