Raven Engine v0.1
A modern 3D Game Engine
Loading...
Searching...
No Matches
Scene.cpp File Reference

Namespaces

namespace  Raven

Macros

#define PHYSICS_GUARD(fn, ...)

Macro Definition Documentation

◆ PHYSICS_GUARD

#define PHYSICS_GUARD ( fn,
... )
Value:
if (!m_IsRunning) \
{ \
Logger::Warning("[Scene] " #fn " called outside of runtime"); \
return __VA_ARGS__; \
}