- Added embedded icons support with Windows resources - Added icon extraction from embedded DLL resources - Include PNG icons as embedded resources - Updated gitignore for build artifacts - Icons are automatically extracted to addons/GolemHelper/icons/
17 lines
497 B
C
17 lines
497 B
C
//{{NO_DEPENDENCIES}}
|
|
// File di inclusione generato con Microsoft Visual C++.
|
|
// Utilizzato da GolemHelper.rc
|
|
//
|
|
#define IDB_PNG1 104
|
|
#define IDB_PNG2 105
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_NEXT_RESOURCE_VALUE 106
|
|
#define _APS_NEXT_COMMAND_VALUE 40001
|
|
#define _APS_NEXT_CONTROL_VALUE 1001
|
|
#define _APS_NEXT_SYMED_VALUE 101
|
|
#endif
|
|
#endif
|