Wwise SDK 2021.1.8
AkSoundEngineExport.h
Version
arrow_right
Table of Contents
Other Documentation
Wwise SDK 2021.1.8
|
AkSoundEngineExport.h File Reference
#include <AK/AkPlatforms.h>
Go to the source code of this file.
Macros | |
#define | AK_DLLEXPORT |
#define | AK_DLLIMPORT |
#define | AKSOUNDENGINE_API |
#define | AK_FUNC(_type, _name) _type AKSOUNDENGINE_CALL _name |
#define | AK_EXTERNFUNC(_type, _name) extern _type AKSOUNDENGINE_CALL _name |
#define | AK_EXTERNAPIFUNC(_type, _name) extern AKSOUNDENGINE_API _type AKSOUNDENGINE_CALL _name |
#define | AK_CALLBACK(_type, _name) typedef _type ( AKSOUNDENGINE_CALL *_name ) |
Detailed Description
Export/calling convention definitions.
Definition in file AkSoundEngineExport.h.