diff options
Diffstat (limited to 'SDK/Library/CoreSystem/Headers/Alert.h')
| -rw-r--r-- | SDK/Library/CoreSystem/Headers/Alert.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/SDK/Library/CoreSystem/Headers/Alert.h b/SDK/Library/CoreSystem/Headers/Alert.h new file mode 100644 index 00000000..57c9afeb --- /dev/null +++ b/SDK/Library/CoreSystem/Headers/Alert.h @@ -0,0 +1,21 @@ +/* ------------------------------------------- + + Copyright SoftwareLabs + +------------------------------------------- */ + +/************************************************************* + * + * File: Alert.h + * Purpose: New OS alert dialog. + * Date: 3/26/24 + * + * Copyright SoftwareLabs, all rights reserved. + * + *************************************************************/ + +#pragma once + +#include <Headers/Defines.h> + +CA_EXTERN_C VoidType Alert(const CharacterTypeUTF8* fmt, ...); |
