realityplayground-of/zoneb/icon.rc

9 lines
230 B
Text
Raw Normal View History

// Icon Resource Definition
#define MAIN_ICON 102
#if defined(_DEBUG)
MAIN_ICON ICON "icon_debug.ico"
#else
MAIN_ICON ICON "icon.ico"
#endif