Redline/source/error.h
maride 02061d74c2 Original 1.0.5 code
(as received from Jonas Echterhoff)
2016-04-02 14:43:55 +02:00

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