diff options
Diffstat (limited to 'Public/Developer/System.Core/Headers/Dialog.hxx')
| -rw-r--r-- | Public/Developer/System.Core/Headers/Dialog.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Public/Developer/System.Core/Headers/Dialog.hxx b/Public/Developer/System.Core/Headers/Dialog.hxx index 1cc97a6e..0faaae67 100644 --- a/Public/Developer/System.Core/Headers/Dialog.hxx +++ b/Public/Developer/System.Core/Headers/Dialog.hxx @@ -13,4 +13,4 @@ /// @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, ...); +CA_EXTERN_C VoidType DlgMsgBox(CharacterTypeUTF8* title, CharacterTypeUTF8* format, ...); |
