Recast Navigation
Navigation-mesh Toolset for Games
|
#include "DetourAssert.h"
Functions | |
void | dtAssertFailSetCustom (dtAssertFailFunc *assertFailFunc) |
Sets the base custom assertion failure function to be used by Detour. More... | |
dtAssertFailFunc * | dtAssertFailGetCustom () |
Gets the base custom assertion failure function to be used by Detour. More... | |
Variables | |
static dtAssertFailFunc * | sAssertFailFunc = 0 |
dtAssertFailFunc* dtAssertFailGetCustom | ( | ) |
Gets the base custom assertion failure function to be used by Detour.
void dtAssertFailSetCustom | ( | dtAssertFailFunc * | assertFailFunc | ) |
Sets the base custom assertion failure function to be used by Detour.
[in] | assertFailFunc | The function to be invoked in case of failure of dtAssert |
|
static |