Redline/source/error.h

1 line
195 B
C
Raw Normal View History

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