mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 14:59:01 +00:00
Fixed: in static, it didn't compile
This commit is contained in:
parent
ab1ca3507c
commit
d03d10d1ff
1 changed files with 4 additions and 4 deletions
|
@ -57,10 +57,10 @@ const uint32 ISoundDriver::InterfaceVersion = 0x16; // Kaetemi
|
|||
#ifdef NL_STATIC
|
||||
|
||||
#define NLSOUND_DECLARE_DRIVER(__soundDriver) \
|
||||
extern ISoundDriver* createISoundDriverInstance##__soundDriver##(ISoundDriver::IStringMapperProvider *stringMapper); \
|
||||
extern uint32 interfaceVersion##__soundDriver##(); \
|
||||
extern void outputProfile##__soundDriver##(std::string &out); \
|
||||
extern ISoundDriver::TDriver getDriverType##__soundDriver##();
|
||||
extern ISoundDriver* createISoundDriverInstance##__soundDriver(ISoundDriver::IStringMapperProvider *stringMapper); \
|
||||
extern uint32 interfaceVersion##__soundDriver(); \
|
||||
extern void outputProfile##__soundDriver(std::string &out); \
|
||||
extern ISoundDriver::TDriver getDriverType##__soundDriver();
|
||||
|
||||
#if NL_FMOD_AVAILABLE
|
||||
NLSOUND_DECLARE_DRIVER(FMod)
|
||||
|
|
Loading…
Reference in a new issue