diff OSAPI.cpp @ 23:509744251c8e

Player-related members
author Nomad
date Sun, 14 Oct 2012 00:27:38 +0200
parents 8b8875f5b359
children fde5c5acb66e
line wrap: on
line diff
--- a/OSAPI.cpp	Sat Oct 13 20:18:28 2012 +0200
+++ b/OSAPI.cpp	Sun Oct 14 00:27:38 2012 +0200
@@ -21,6 +21,8 @@
 
   pVersion = new OSVersion;
   {
+    Log::Warning(L"OS init: ok");
+
     extern bool MM_Main(const wchar_t *pCmdLine);
     MM_Main(lpCmdLine);
   }