1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-15 01:24:45 +02:00

* Implementation of the new filesystem API (msvc project files needs to be updated)

This commit is contained in:
beegee1
2012-07-22 15:02:13 +00:00
parent 13de841e10
commit 1ed91077f7
21 changed files with 2472 additions and 16 deletions

View File

@ -35,6 +35,7 @@
#include <vector>
#include <string>
#include <map>
#include <unordered_map>
#include <queue>
#include <set>
#include <utility>