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

faster FoW in minimap, does not work, compiler errors

This commit is contained in:
mateuszb
2007-12-06 18:55:58 +00:00
parent c8c0d0eaaf
commit 58f1a2169f
13 changed files with 204 additions and 394 deletions

View File

@@ -69,7 +69,7 @@ public:
const CGTownInstance * getTownInfo(int val, bool mode); //mode = 0 -> val = serial; mode = 1 -> val = ID
int howManyTowns();
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);
std::vector < const CGHeroInstance *> getHeroesInfo(bool onlyOur=true);
bool isVisible(int3 pos);
int getMyColor();
int getMySerial();