Mercurial > mm7
view Engine/Log.h @ 2536:400edd7b0407
DrawTextureIndexed() func
author | Ritor1 |
---|---|
date | Mon, 16 Feb 2015 00:48:08 +0600 |
parents | 68cdef6879a0 |
children |
line wrap: on
line source
#pragma once #define LOG_DECOMPILATION_WARNING() Log::Warning(L"%S [%S:%u]", __FUNCTION__, __FILE__, __LINE__); class Log { public: static void Initialize(); static void Warning(const wchar_t *pFormat, ...); };