mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-11 09:22:41 +00:00
3 lines
146 B
Plaintext
3 lines
146 B
Plaintext
/// gives us the stack trace from CRASH() without ending the current proc.
|
|
#define stack_trace(message) _stack_trace(message, __FILE__, __LINE__)
|