thirtyflightsofloving/zaero/z_debug.c
Knightmare66 eb97af1598 Added sources for Zaero mission pack and 3ZB2 bot DLLs.
Added GetFileList() to game function imports in misison pack DLL game.h.
2020-02-23 16:15:28 -05:00

6 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);
}