thug/Code/Core/log.h

12 lines
229 B
C
Raw Normal View History

2016-02-13 21:39:12 +00:00
#ifndef __CORE_DEBUG_LOG_H
#define __CORE_DEBUG_LOG_H
namespace Log
{
void Init();
void AddEntry(char *p_fileName, int lineNumber, char *p_functionName, char *p_message=NULL);
}
#endif // #ifndef __CORE_DEBUG_LOG_H