This commit is contained in:
Бранимир Караџић
2024-10-24 21:36:05 -07:00
parent ce6de42aad
commit fd71b74bfc
4 changed files with 19 additions and 21 deletions

View File

@@ -8,11 +8,6 @@
#include <bx/string.h>
#include <bx/file.h>
namespace bx
{
void debugOutputCallstack(uint32_t _skip);
}
bool testAssertHandler(const bx::Location& _location, const char* _format, va_list _argList)
{
bx::printf("%s(%d): ", _location.filePath, _location.line);