mirror of
https://github.com/blendogames/thirtyflightsofloving.git
synced 2024-11-15 00:41:21 +00:00
7 lines
137 B
C
7 lines
137 B
C
|
#include "g_local.h"
|
||
|
|
||
|
void assertMsg(const char *msg, const char *file, int line)
|
||
|
{
|
||
|
gi.dprintf("DEBUG[%s:%i] %s\n", file, line, msg);
|
||
|
}
|