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

- Renamed /lib subfolders to lowercase

This commit is contained in:
beegee1
2013-04-07 10:48:07 +00:00
parent 89ad007b44
commit ee51c5beb5
87 changed files with 197 additions and 189 deletions

View File

@ -26,11 +26,11 @@
#include "CGameState.h"
#include "NetPacks.h"
#include "StartInfo.h"
#include "Mapping/CMap.h"
#include "mapping/CMap.h"
#include <SDL_stdinc.h>
#include "CBuildingHandler.h"
#include "JsonNode.h"
#include "Filesystem/CResourceLoader.h"
#include "filesystem/CResourceLoader.h"
using namespace boost::assign;