Files
FC1/ResourceCompilerPC/ResourceCompilerPC.h
romkazvo 34d6c5d489 123
2023-08-07 19:29:24 +08:00

8 lines
191 B
C

#include "IRCLog.h"
#include "IResCompiler.h"
extern HMODULE g_hInst;
extern IRCLog* g_pLog;
extern void LogWarning (const char* szFormat, ...);
extern void Log (const char* szFormat, ...);