Recast Navigation
Navigation-mesh Toolset for Games
|
#include "RecastAssert.h"
Functions | |
void | rcAssertFailSetCustom (rcAssertFailFunc *assertFailFunc) |
Sets the base custom assertion failure function to be used by Recast. More... | |
rcAssertFailFunc * | rcAssertFailGetCustom () |
Gets the base custom assertion failure function to be used by Recast. More... | |
Variables | |
static rcAssertFailFunc * | sRecastAssertFailFunc = 0 |
rcAssertFailFunc* rcAssertFailGetCustom | ( | ) |
Gets the base custom assertion failure function to be used by Recast.
void rcAssertFailSetCustom | ( | rcAssertFailFunc * | assertFailFunc | ) |
Sets the base custom assertion failure function to be used by Recast.
[in] | assertFailFunc | The function to be used in case of failure of dtAssert |
|
static |