mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Add resource.h
This is the "Windows resource file", required by every Windows application
This commit is contained in:
parent
0eb042555b
commit
f0e23f199d
1 changed files with 11 additions and 0 deletions
11
src/windows/header/resource.h
Normal file
11
src/windows/header/resource.h
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
#define IDI_ICON1 101
|
||||||
|
|
||||||
|
#ifdef APSTUDIO_INVOKED
|
||||||
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||||
|
#define _APS_NEXT_RESOURCE_VALUE 103
|
||||||
|
#define _APS_NEXT_COMMAND_VALUE 40001
|
||||||
|
#define _APS_NEXT_CONTROL_VALUE 1000
|
||||||
|
#define _APS_NEXT_SYMED_VALUE 101
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue