1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

* started making support for save/load options

This commit is contained in:
Michał W. Urbańczyk
2008-11-16 01:06:15 +00:00
parent bb5819f4df
commit 333e1d9878
12 changed files with 485 additions and 278 deletions

View File

@@ -48,6 +48,7 @@ public:
~CClient(void);
void close();
void save(const std::string & fname);
void process(int what);
void run();