Raven Engine v0.1
Loading...
Searching...
No Matches
Base.h File Reference

Namespaces

namespace  Raven

Macros

#define RV_BIND_EVENT_FN(fn)
 Generates a lambda that binds a member function to this instance, forwarding all arguments.
#define RV_EDITOR_ONLY(x)

Functions

void Raven::SetEditorMode (bool enabled)
bool Raven::IsEditor ()

Macro Definition Documentation

◆ RV_EDITOR_ONLY

#define RV_EDITOR_ONLY ( x)
Value:
if (Raven::IsEditor()) { x; }
bool IsEditor()
Definition Base.h:32