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

Several bugfixes and half-done things.

This commit is contained in:
Michał W. Urbańczyk
2007-12-01 12:50:33 +00:00
parent 7c0f9afc9f
commit e1b2ae0df1
8 changed files with 106 additions and 65 deletions

View File

@@ -48,6 +48,8 @@ public:
std::vector < std::string > getObjDescriptions(int3 pos); //returns descriptions of objects at pos in order from the lowest to the highest
std::vector < const CGHeroInstance *> * getHeroesInfo(bool onlyOur=true);
bool isVisible(int3 pos);
int getMyColor();
int getMySerial();
//friends
friend int _tmain(int argc, _TCHAR* argv[]);