![]() |
Elevate Engine 1
|
#include "SoundEngine.h"#include <format>#include <ElevateEngine/Core/Log.h>#include <ElevateEngine/Core/Core.h>Go to the source code of this file.
Macros | |
| #define | EE_CHECK_SOUNDENGINE(...) if(EE_NO_SOUNDENGINE == 1 || !Impl) { return __VA_ARGS__; } |
| #define EE_CHECK_SOUNDENGINE | ( | ... | ) | if(EE_NO_SOUNDENGINE == 1 || !Impl) { return __VA_ARGS__; } |
Definition at line 10 of file SoundEngine.cpp.