summaryrefslogtreecommitdiffhomepage
path: root/Public/Developer/System.Core/Headers/Dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'Public/Developer/System.Core/Headers/Dialog.h')
-rw-r--r--Public/Developer/System.Core/Headers/Dialog.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/Public/Developer/System.Core/Headers/Dialog.h b/Public/Developer/System.Core/Headers/Dialog.h
new file mode 100644
index 00000000..9d4521cf
--- /dev/null
+++ b/Public/Developer/System.Core/Headers/Dialog.h
@@ -0,0 +1,16 @@
+/* -------------------------------------------
+
+ Copyright Mahrouss Logic
+
+------------------------------------------- */
+
+#pragma once
+
+#include <System.Core/Headers/Window.h>
+
+/// @brief Shows an message box with a formatting.
+/// @param title the message box title
+/// @param format the format
+/// @param va_list the va args, that goes along with it.
+/// @return void this function returns nothing.
+CA_EXTERN_C VoidType DlgMsgBox(CharacterTypeUTF8* title, CharacterTypeUTF8* format, ...);