ScummVM API documentation
resource.h
1 /* ScummVM - Graphic Adventure Engine
2  *
3  * ScummVM is the legal property of its developers, whose names
4  * are too numerous to list here. Please refer to the COPYRIGHT
5  * file distributed with this source distribution.
6  *
7  * This program is free software: you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License as published by
9  * the Free Software Foundation, either version 3 of the License, or
10  * (at your option) any later version.
11  *
12  * This program is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with this program. If not, see <http://www.gnu.org/licenses/>.
19  *
20  */
21 
22 #ifndef HODJNPODJ_LIFE_RESOURCE_H
23 #define HODJNPODJ_LIFE_RESOURCE_H
24 
25 namespace Bagel {
26 namespace HodjNPodj {
27 namespace Life {
28 
29 #define LIFE_ICON 2
30 //#define IDD_COMMANDS 5
31 //#define IDD_RULES 111
32 //#define IDD_STATS 114
33 //#define IDD_NEWSETTING 118
34 //#define IDI_LIFE 123
35 //#define IDD_RULES_DIALOG 900
36 //#define IDC_RULES_OKAY 900
37 //#define IDC_RULES_ARROWDN 910
38 //#define IDC_RULES_ARROWUP 911
39 //#define IDC_RULES_INVALID 912
40 //#define IDC_RULES 1001
41 //#define IDC_NEWGAME 1004
42 //#define IDC_OPTIONS 1005
43 //#define IDC_QUIT 1007
44 
45 #define IDD_USERCFG 110 // user config dialog id
46 #define IDC_STARTVILLAGES 1010 // scroll bar
47 #define IDC_EVOLVESPEED 1011 // scroll bar
48 #define IDC_SCORE 1013
49 #define IDC_YEAR 1014
50 #define IDC_COL_LEFT 1015
51 
52 #define IDE_SCORE 1016
53 #define IDE_YEAR 1017
54 #define IDE_TIMER 1018
55 #define IDE_COL_LEFT 1022
56 
57 #define IDC_EVOLVEROUNDS 1019
58 #define IDC_RETURN_LIFE 1020
59 #define IDC_ROUNDS 1025
60 #define IDC_PREPLACE 1027
61 
62 } // namespace Life
63 } // namespace HodjNPodj
64 } // namespace Bagel
65 
66 #endif
Definition: afxwin.h:27