Jolt Physics
A multi core friendly Game Physics Engine
Loading...
Searching...
No Matches
IssueReporting.h File Reference

Go to the source code of this file.

Macros

#define JPH_ASSERT(...)   ((void)0)
 
#define JPH_IF_ENABLE_ASSERTS(...)
 

Typedefs

using TraceFunction = void(*)(const char *inFMT,...)
 Trace function, needs to be overridden by application. This should output a line of text to the log / TTY. More...
 

Variables

TraceFunction Trace
 

Macro Definition Documentation

◆ JPH_ASSERT

#define JPH_ASSERT (   ...)    ((void)0)

◆ JPH_IF_ENABLE_ASSERTS

#define JPH_IF_ENABLE_ASSERTS (   ...)

Typedef Documentation

◆ TraceFunction

using TraceFunction = void (*)(const char *inFMT, ...)

Trace function, needs to be overridden by application. This should output a line of text to the log / TTY.

Variable Documentation

◆ Trace

TraceFunction Trace
extern