-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathResource.h
More file actions
68 lines (67 loc) · 2.69 KB
/
Resource.h
File metadata and controls
68 lines (67 loc) · 2.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Snake.rc
//
#define IDC_MYICON 2
#define IDD_SNAKE_DIALOG 102
#define IDS_APP_TITLE 103
#define IDD_ABOUTBOX 103
#define IDM_ABOUT 104
#define IDS_GAMEOVER_TITLE 104
#define IDM_EXIT 105
#define IDS_STARTUP_TITLE 105
#define IDS_ABOUT_TITLE 106
#define IDS_HELP_TITLE 107
#define IDC_SNAKE 109
#define IDR_MAINFRAME 128
#define IDD_GAMEOVER 129
#define IDD_START 132
#define IDI_ROUNDSNAKE 134
#define IDI_BLOCKSNAKE 135
#define IDI_BWSNAKE 136
#define IDA_SNAKE 137
#define IDA_SNAKEJAZZ 137
#define IDD_HELP 138
#define IDI_ICON1 142
#define IDS_TIMER 543
#define IDC_GAMEOVER 1001
#define IDC_YOURSCORE 1002
#define IDC_SCORE 1003
#define IDC_SETEASY 1003
#define IDC_SCORE_LBL 1003
#define IDC_SETMEDIUM 1004
#define IDC_SETHARD 1005
#define IDSTART 1007
#define IDRESTART 1008
#define IDC_SOUND 1009
#define IDC_STATICSTART2 1010
#define IDC_STATICTEXT3 1011
#define IDC_STATICSTART3 1011
#define IDC_STATICSTART1 1012
#define IDC_STATICABOUT1 1013
#define IDC_STATICABOUT2 1014
#define IDC_STATICABOUT3 1015
#define IDCLS 1017
#define IDC_STATICINFO2 1019
#define IDC_STATICINFO3 1020
#define IDM_DIFFICULTY_EASY 32778
#define IDM_DIFFICULTY_MEDIUM 32779
#define IDM_DIFFICULTY_HARD 32780
#define IDM_RESTART 32782
#define ID_OPTIONS_SOUND 32783
#define IDM_OPTIONS_SOUND 32784
#define ID_HELP_HELP 32785
#define IDM_HELP 32786
#define IDI_ICONRS -1
#define IDC_STATICINFO1 -1
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 143
#define _APS_NEXT_COMMAND_VALUE 32787
#define _APS_NEXT_CONTROL_VALUE 1022
#define _APS_NEXT_SYMED_VALUE 110
#endif
#endif