Go to the documentation of this file.
35 #if defined( NN_NINTENDO_SDK )
39 #elif defined( _XBOX_ONE )
43 #elif defined( _WIN32 ) || defined ( _WIN64 ) || defined( WINAPI_FAMILY )
47 #elif defined( __APPLE__ )
51 #elif defined( __ORBIS__ )
55 #elif defined( __ANDROID__ )
59 #elif defined( __ggp__ )
63 #elif defined( __linux__ )
67 #elif defined( __EMSCRIPTEN__ )
69 #include <AK/SoundEngine/Platforms/Emscripten/AkTypes.h>
71 #elif defined( __QNX__ )
73 #include <AK/SoundEngine/Platforms/QNX/AkTypes.h>
77 #error Unsupported platform, or platform-specific symbols not defined