mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-04-19 01:45:06 +00:00
Revert
This commit is contained in:
parent
d695231cf6
commit
158033af48
@ -64,4 +64,5 @@ namespace tt {
|
||||
* @param[in] condition to check
|
||||
* @param[in] optional message (const char*)
|
||||
*/
|
||||
#define tt_check(...) tt_check_internal(__VA_ARGS__)
|
||||
|
||||
#define tt_check(x, ...) if (!(x)) { tt::Logger("Kernel").error("Check failed: {}", #x); tt::_crash(); }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user