chore(fmod): add files from Chensne/DragonNest
This commit is contained in:
commit
50fb3c6b1c
544 changed files with 315778 additions and 0 deletions
25
win32/src/fmod_channel_dsound_eax4.h
Executable file
25
win32/src/fmod_channel_dsound_eax4.h
Executable file
|
|
@ -0,0 +1,25 @@
|
|||
#ifndef _FMOD_CHANNEL_DSOUND_EAX4_H
|
||||
#define _FMOD_CHANNEL_DSOUND_EAX4_H
|
||||
|
||||
#include "fmod_settings.h"
|
||||
|
||||
#ifdef FMOD_SUPPORT_EAX
|
||||
|
||||
#include "fmod_channel_dsound.h"
|
||||
|
||||
namespace FMOD
|
||||
{
|
||||
class ChannelDSoundEAX4 : public ChannelDSound
|
||||
{
|
||||
public:
|
||||
|
||||
ChannelDSoundEAX4() { };
|
||||
|
||||
FMOD_RESULT setReverbProperties (const FMOD_REVERB_CHANNELPROPERTIES *prop);
|
||||
FMOD_RESULT getReverbProperties (FMOD_REVERB_CHANNELPROPERTIES *prop);
|
||||
};
|
||||
}
|
||||
|
||||
#endif /* FMOD_SUPPORT_EAX */
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue