mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-24 06:50:43 -04:00
Add CRASH() macro
This commit is contained in:
@@ -200,4 +200,6 @@ static const float INF = 2000000000.0f;
|
||||
using std::isnan;
|
||||
#endif
|
||||
|
||||
#define CRASH(msg, ...) OSPanic(__FILE__, __LINE__, msg, __VA_ARGS__)
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user