acadia/zion/debug/debug.h

8 lines
135 B
C
Raw Normal View History

2023-05-17 20:42:59 -07:00
#pragma once
#include <stdarg.h>
2023-05-30 23:22:29 -07:00
void dbg(const char* fmt, ...);
void dbgln(const char* str, ...);
void panic(const char* str, ...);