mirror of
https://github.com/open-goal/jak-project
synced 2026-09-03 02:14:07 -04:00
@@ -1,7 +1,9 @@
|
||||
#include "Assert.h"
|
||||
|
||||
#ifndef NO_ASSERT
|
||||
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
|
||||
#include "Assert.h"
|
||||
#include <string_view>
|
||||
|
||||
void private_assert_failed(const char* expr,
|
||||
@@ -32,3 +34,5 @@ void private_assert_failed(const char* expr,
|
||||
private_assert_failed(expr, file, line, function, msg.data());
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user