This commit is contained in:
Бранимир Караџић
2024-04-27 21:58:56 -07:00
parent e615943f98
commit 0b8bb71897

View File

@@ -117,7 +117,7 @@ namespace bx
///
/// @param[in] _location Source code location where function is called.
/// @param[in] _format Printf style format.
/// @param[in] ... Arguments for `_format` specification.
/// @param[in] _argList Arguments for `_format` specification.
///
/// @returns True if assert should stop code execution, otherwise returns false.
///
@@ -127,6 +127,8 @@ namespace bx
///
/// @param[in] _assertHandlerFn Pointer to AssertHandlerFn function.
///
/// @remarks It can be set only once. This is usually done on application startup.
///
void setAssertHandler(AssertHandlerFn _assertHandlerFn);
/// Assert function calls AssertHandlerFn.