VAE - Virtual Audio Engine 1
Small Data Driven Audio Engine
|
#include "../wrapped/vae_profiler.hpp"
#include "../../external/tklb/src/util/TAssert.h"
#include "../../external/tklb/src/util/TMath.hpp"
#include "./vae_logger.hpp"
#include "../../include/vae/vae.hpp"
Go to the source code of this file.
Namespaces | |
namespace | vae |
Contains Typedefinitions and basic structures use by the public API and internally. | |
namespace | vae::core |
Macros | |
#define | VAE_ASSERT(condition) TKLB_ASSERT(condition) |
Functions | |
constexpr void | vae::core::splitGlobalEventHandle (const GlobalEventHandle &handle, BankHandle &bank, EventHandle &event) |
#define VAE_ASSERT | ( | condition | ) | TKLB_ASSERT(condition) |
Definition at line 11 of file vae_util.hpp.