mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-20 13:59:57 +00:00
5 lines
148 B
C
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);
|