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

- compile fix

This commit is contained in:
Ivan Savenko 2012-09-20 16:14:23 +00:00
parent 4010978a91
commit 2c88845b9e
2 changed files with 9 additions and 9 deletions

View File

@ -44,7 +44,7 @@ private:
std::map<soundBase::soundID, Mix_Chunk *> soundChunks;
Mix_Chunk *GetSoundChunk(soundBase::soundID soundID);
Mix_Chunk *CSoundHandler::GetSoundChunk(std::string &sound);
Mix_Chunk *GetSoundChunk(std::string &sound);
//have entry for every currently active channel
//boost::function will be NULL if callback was not set

View File

@ -1,8 +1,8 @@
#include "StdInc.h"
#include "CModHandler.h"
#include "JsonNode.h"
#include "Filesystem\CResourceLoader.h"
#include "Filesystem\ISimpleResourceLoader.h"
#include "Filesystem/CResourceLoader.h"
#include "Filesystem/ISimpleResourceLoader.h"
/*
* CModHandler.h, part of VCMI engine
*