mirror of
https://github.com/vcmi/vcmi.git
synced 2025-02-03 13:01:33 +02:00
- compile fix
This commit is contained in:
parent
4010978a91
commit
2c88845b9e
@ -44,7 +44,7 @@ private:
|
|||||||
std::map<soundBase::soundID, Mix_Chunk *> soundChunks;
|
std::map<soundBase::soundID, Mix_Chunk *> soundChunks;
|
||||||
|
|
||||||
Mix_Chunk *GetSoundChunk(soundBase::soundID soundID);
|
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
|
//have entry for every currently active channel
|
||||||
//boost::function will be NULL if callback was not set
|
//boost::function will be NULL if callback was not set
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#include "StdInc.h"
|
#include "StdInc.h"
|
||||||
#include "CModHandler.h"
|
#include "CModHandler.h"
|
||||||
#include "JsonNode.h"
|
#include "JsonNode.h"
|
||||||
#include "Filesystem\CResourceLoader.h"
|
#include "Filesystem/CResourceLoader.h"
|
||||||
#include "Filesystem\ISimpleResourceLoader.h"
|
#include "Filesystem/ISimpleResourceLoader.h"
|
||||||
/*
|
/*
|
||||||
* CModHandler.h, part of VCMI engine
|
* CModHandler.h, part of VCMI engine
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user