diff options
Diffstat (limited to 'utils/vconfig/resource.h')
| -rw-r--r-- | utils/vconfig/resource.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/utils/vconfig/resource.h b/utils/vconfig/resource.h new file mode 100644 index 0000000..226ddd5 --- /dev/null +++ b/utils/vconfig/resource.h @@ -0,0 +1,18 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by VConfig.rc +// +#define IDI_ICON1 101 +#define IDI_ICON2 102 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 104 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 1001 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif |