/* ------------------------------------------- Copyright SoftwareLabs ------------------------------------------- */ /************************************************************* * * File: Alert.h * Purpose: New OS alert dialog. * Date: 3/26/24 * * Copyright SoftwareLabs, all rights reserved. * *************************************************************/ #pragma once #include /// @brief Shows an alert box, as provided by the OS. /// @param fmt The alert formating. /// @param /// @return CS_EXTERN_C VoidType UiAlert(const CharacterTypeUTF8* fmt, ...);