1 line
195 B
C
1 line
195 B
C
|
#ifndef __ERROR
#define __ERROR
void FailWithErrorString(char *string);
void PrintConsoleString(const char *fmt, ...);
void ShowAlert(char *str1, char *str2);
void HandleError(int code);
#endif
|