acadia/zion/debug/debug.h

7 lines
103 B
C

#pragma once
#include <stdarg.h>
void dbgln(const char* str, ...);
void panic(const char* str, ...);