mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Cleanup.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user