![]() |
Recast Navigation
Navigation-mesh Toolset for Games
|
#include "RecastAssert.h"Functions | |
| void | rcAssertFailSetCustom (rcAssertFailFunc *assertFailFunc) |
| Sets the base custom assertion failure callback function to be used by Recast. | |
| rcAssertFailFunc * | rcAssertFailGetCustom () |
| Gets the base custom assertion failure function to be used by Recast. | |
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 callback function to be used by Recast.
| [in] | assertFailFunc | The function to be used in case of failure of dtAssert |
|
static |