git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@260 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-11 07:46:23 +00:00
parent 97edd88d06
commit 6361381214
22 changed files with 132 additions and 46 deletions

View File

@@ -63,4 +63,9 @@ enum MwALIGNMENT {
*/
#define MwMB_ICONQUESTION 0x4
/*!
* %brief News icon
*/
#define MwMB_ICONNEWS 0x5
#endif

View File

@@ -17,6 +17,11 @@ extern "C" {
*/
MWDECL char* MwIconInfo[];
/*!
* %brief News icon
*/
MWDECL char* MwIconNews[];
/*!
* %brief Note icon
*/