lib/include/move/vectormath/vmatherr.hpp file

Contents

Functions

void move_break_execution(const char* file, int line, const char* reason)
auto move_attach_debugger() -> bool
auto move_debug_break() -> bool

Defines

#define __MOVE_ERR_VA_ARGS(...)
#define MOVE_ERROR(error, ...)
#define MOVE_ERROR_IF(condition, error_string, ...)
#define MOVE_REL_ASSERT(condition, ...)
#define MOVE_FATAL_ERROR(error, ...)
#define MOVE_FATAL_ERROR_IF(condition, error_string, ...)
#define MOVE_ASSERT(condition)
#define MOVE_ASSERT_MSG(condition, msg, ...)
#define MOVE_RUN_DEBUG_ONLY(run)
#define MOVE_RUN_RELEASE_ONLY(...)
#define assert(...)
#define MOVE_DEBUG()
#define MOVE_DEBUG_BREAK()