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

* added #13 and #15 (for buttons and minimap, rest will be added later)

This commit is contained in:
Michał W. Urbańczyk
2007-10-13 20:31:50 +00:00
parent 62b69b1f25
commit 9e84383a61
9 changed files with 202 additions and 21 deletions

View File

@@ -129,7 +129,7 @@ public:
std::map<int,SDL_Color> colorsBlocked;
std::vector<SDL_Surface *> map; //one bitmap for each level
//TODO flagged buildings
std::string statusbarTxt;
std::string statusbarTxt, rcText;
CMinimap(bool draw=true);
void draw();
@@ -256,6 +256,7 @@ public:
void centerOn(int3 on);
int3 verifyPos(int3 ver);
void handleRightClick(std::string text, tribool down, CIntObject * client);
};