/* ------------------------------------------- Copyright Mahrouss Logic ------------------------------------------- */ #pragma once #include /// @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, ...);