1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

* editor menus

This commit is contained in:
mateuszb
2013-02-16 16:37:43 +00:00
parent 92ffa6eb1d
commit 776eb13663
4 changed files with 58 additions and 7 deletions

View File

@@ -104,6 +104,7 @@ public:
std::vector <std::string> campaignMapNames;
std::vector < std::vector <std::string> > campaignRegionNames;
void readToVector(std::string sourceName, std::vector<std::string> & dest);
void load();
CGeneralTextHandler();
};