add icon to window

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@396 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-17 10:50:59 +00:00
parent e60c127361
commit 75db522462
17 changed files with 483 additions and 680 deletions

View File

@@ -62,6 +62,11 @@ MWDECL char* MwIconNote[];
*/
MWDECL char* MwIconQuestion[];
/*!
* %brief Search icon
*/
MWDECL char* MwIconSearch[];
/*!
* %brief Up icon
*/
@@ -72,6 +77,7 @@ MWDECL char* MwIconUp[];
*/
MWDECL char* MwIconWarning[];
#ifdef __cplusplus
}
#endif