Elevate Engine 1
Loading...
Searching...
No Matches
SoundEngine.cpp File Reference
#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__; }
 

Macro Definition Documentation

◆ EE_CHECK_SOUNDENGINE

#define EE_CHECK_SOUNDENGINE (   ...)    if(EE_NO_SOUNDENGINE == 1 || !Impl) { return __VA_ARGS__; }

Definition at line 10 of file SoundEngine.cpp.