thirtyflightsofloving/zaero/z_debug.c

7 lines
137 B
C
Raw Normal View History

#include "g_local.h"
void assertMsg(const char *msg, const char *file, int line)
{
gi.dprintf("DEBUG[%s:%i] %s\n", file, line, msg);
}