realityplayground-of/zoneb2/icon.rc

9 lines
230 B
Text
Raw Normal View History

2020-10-18 16:12:23 +00:00
// Icon Resource Definition
#define MAIN_ICON 102
#if defined(_DEBUG)
MAIN_ICON ICON "icon_debug.ico"
#else
MAIN_ICON ICON "icon.ico"
#endif