diff OSAPI.cpp @ 1554:e303d8a9bcdc

Merge
author Grumpy7
date Sat, 07 Sep 2013 21:14:48 +0200
parents c4ab816fcc5e
children 633f81bb3ae7
line wrap: on
line diff
--- a/OSAPI.cpp	Sat Sep 07 21:00:02 2013 +0200
+++ b/OSAPI.cpp	Sat Sep 07 21:14:48 2013 +0200
@@ -39,3 +39,11 @@
   //__debugbreak();
   return 0;
 }
+
+
+
+
+void MsgBox(const wchar_t *msg, const wchar_t *title)
+{
+  MessageBoxW(nullptr, msg, title, 0);
+}
\ No newline at end of file