![]()  | 
  
    Jolt Physics
    
   A multi core friendly Game Physics Engine 
   | 
 
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 | |
| JPH_EXPORT TraceFunction | Trace | 
| #define JPH_ASSERT | ( | ... | ) | ((void)0) | 
| #define JPH_IF_ENABLE_ASSERTS | ( | ... | ) | 
| 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.
      
  | 
  extern |