Go to the documentation of this file.
26 #define rlMAX_EVENT 256 // maximum size of an event message
28 static const char rlevent_name[][4] = {
"INF",
"WAR",
"ERR",
"CRI",
"FAT",
"TST" };
41 #define rlEvent(typ, format, args...) { rlSetEventLocation(__FILE__,__LINE__); rlEventPrintf( typ, format, args); }
43 #define rlEvent rlSetEventLocation(__FILE__,__LINE__);rlEventPrintf
52 void rlEventInit(
int ac,
char **av,
const char *module);