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, 0 insertions, 16 deletions
diff --git a/Public/Developer/System.Core/Headers/Dialog.h b/Public/Developer/System.Core/Headers/Dialog.h
deleted file mode 100644
index 9d4521cf..00000000
--- a/Public/Developer/System.Core/Headers/Dialog.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/* -------------------------------------------
-
- 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, ...);