diff options
Diffstat (limited to 'source/Irrlicht/os.h')
-rw-r--r-- | source/Irrlicht/os.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/Irrlicht/os.h b/source/Irrlicht/os.h index c0aa83b..dc1a154 100644 --- a/source/Irrlicht/os.h +++ b/source/Irrlicht/os.h @@ -38,6 +38,8 @@ namespace os static void print(const c8* message, ELOG_LEVEL ll = ELL_INFORMATION);
static void log(const c8* message, ELOG_LEVEL ll = ELL_INFORMATION);
static void log(const wchar_t* message, ELOG_LEVEL ll = ELL_INFORMATION);
+
+ // The string ": " is added between message and hint
static void log(const c8* message, const c8* hint, ELOG_LEVEL ll = ELL_INFORMATION);
static void log(const c8* message, const io::path& hint, ELOG_LEVEL ll = ELL_INFORMATION);
static ILogger* Logger;
|