quake2-zaero/z_debug.c

7 lines
143 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);
}