diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-26 20:00:41 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-26 20:01:41 +0100 |
| commit | 5ab8bb9c497f673a81da693e9aacc78210718000 (patch) | |
| tree | 3ae1d5fe040c2c09e92e121436a54650b0adcd35 /Public/Developer/System.Core/Headers/Dialog.hxx | |
| parent | 9a0c2664b0ca5634aa557b0761139cccfb0fe753 (diff) | |
Kernel: Implement more API calls.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Public/Developer/System.Core/Headers/Dialog.hxx')
| -rw-r--r-- | Public/Developer/System.Core/Headers/Dialog.hxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Public/Developer/System.Core/Headers/Dialog.hxx b/Public/Developer/System.Core/Headers/Dialog.hxx index 0fc4e738..1cc97a6e 100644 --- a/Public/Developer/System.Core/Headers/Dialog.hxx +++ b/Public/Developer/System.Core/Headers/Dialog.hxx @@ -7,3 +7,10 @@ #pragma once #include <System.Core/Headers/Window.hxx> + +/// @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 +CA_EXTERN_C VoidType MsgBox(CharacterTypeUTF8* title, CharacterTypeUTF8* format, ...); |
