mirror of
https://github.com/blendogames/thirtyflightsofloving.git
synced 2024-11-15 00:41:21 +00:00
eb97af1598
Added GetFileList() to game function imports in misison pack DLL game.h.
6 lines
137 B
C
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);
|
|
}
|