Skip to content

Commit e62452c

Browse files
committed
Add app icon
1 parent 906dec6 commit e62452c

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

Resources/Icon.ico

458 Bytes
Binary file not shown.

Resources/Icon32.ico

538 Bytes
Binary file not shown.

Resources/Resource.rc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2121
#pragma code_page(1252)
2222
#endif //_WIN32
2323

24+
/////////////////////////////////////////////////////////////////////////////
25+
//
26+
// Icon
27+
//
28+
29+
// Icon with lowest ID value placed first to ensure application icon
30+
// remains consistent on all systems.
31+
ALLEGRO_ICON ICON "Icon.ico"
32+
2433
#ifdef APSTUDIO_INVOKED
2534
/////////////////////////////////////////////////////////////////////////////
2635
//

0 commit comments

Comments
 (0)