1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Some code for town hall screen.

This commit is contained in:
Michał W. Urbańczyk
2008-03-09 23:06:35 +00:00
parent 0379fbfc1d
commit c3249d3fd7
11 changed files with 264 additions and 35 deletions

View File

@@ -589,6 +589,7 @@ std::string CPickable::hoverText(CGObjectInstance *os)
break;
}
}
std::vector<int> CPickable::yourObjects() //returns IDs of objects which are handled by script
{
std::vector<int> ret(3);