mkxp-sunshine/src/meow.h
2026-06-01 10:01:31 -04:00

4 lines
147 B
C

#include "exception.h"
void crash(Exception::Type t, const char *fmt, ...);
void ErrorMsg(const char* message);
void WarnMsg(const char* message);