mkxp-sunshine/src/meow.h
2026-06-02 17:19:00 -04:00

5 lines
148 B
C

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