mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user