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_WORDSEARCH_RESOURCE_H
23 #define HODJNPODJ_WORDSEARCH_RESOURCE_H
24 
25 namespace Bagel {
26 namespace HodjNPodj {
27 namespace WordSearch {
28 
29 #define IDI_WORDSRCH 2
30 #define IDC_OPTIONS 202
31 #define IDB_LSCROLLB 210
32 #define IDB_LSCROLLM 211
33 #define IDB_LSCROLLT 212
34 #define IDB_SSCROLL 213
35 #define IDB_OPTIONSCROLL 220
36 #define IDC_RULES 230
37 #define IDC_CANCEL 250
38 #define IDC_QUIT 251
39 #define IDB_PODJRIGHT 330
40 #define IDD_MESSAGEBOX 333
41 #define IDB_OPTIONG 359
42 #define IDB_OPTIONU 360
43 #define IDB_LETTERA 361
44 #define IDB_LETTERB 362
45 #define IDB_LETTERC 363
46 #define IDB_LETTERD 364
47 #define IDB_LETTERE 365
48 #define IDB_LETTERF 366
49 #define IDB_LETTERG 367
50 #define IDB_LETTERH 368
51 #define IDB_LETTERI 369
52 #define IDB_LETTERJ 370
53 #define IDB_LETTERK 371
54 #define IDB_LETTERL 372
55 #define IDB_LETTERM 373
56 #define IDB_LETTERN 374
57 #define IDB_LETTERO 375
58 #define IDB_LETTERP 376
59 #define IDB_LETTERQ 377
60 #define IDB_LETTERR 378
61 #define IDB_LETTERS 379
62 #define IDB_LETTERT 380
63 #define IDB_LETTERU 381
64 #define IDB_LETTERV 382
65 #define IDB_LETTERW 383
66 #define IDB_LETTERX 384
67 #define IDB_LETTERY 385
68 #define IDB_LETTERZ 386
69 #define IDB_LETTERA_D 387
70 #define IDB_LETTERB_D 388
71 #define IDB_LETTERC_D 389
72 #define IDB_LETTERD_D 390
73 #define IDB_LETTERE_D 391
74 #define IDB_LETTERF_D 392
75 #define IDB_LETTERG_D 393
76 #define IDB_LETTERH_D 394
77 #define IDB_LETTERI_D 395
78 #define IDB_LETTERJ_D 396
79 #define IDB_LETTERK_D 397
80 #define IDB_LETTERL_D 398
81 #define IDB_LETTERM_D 399
82 #define IDB_LETTERN_D 400
83 #define IDB_LETTERO_D 401
84 #define IDB_LETTERP_D 402
85 #define IDB_LETTERQ_D 403
86 #define IDB_LETTERR_D 404
87 #define IDB_LETTERS_D 405
88 #define IDB_LETTERT_D 406
89 #define IDB_LETTERU_D 407
90 #define IDB_LETTERV_D 408
91 #define IDB_LETTERW_D 409
92 #define IDB_LETTERX_D 410
93 #define IDB_LETTERY_D 411
94 #define IDB_LETTERZ_D 412
95 #define IDD_MINIOPTIONS_DIALOG 500
96 #define IDC_MINI_CANCEL 501
97 #define IDC_MINI_OK 502
98 #define IDC_GAMELEVEL 503
99 #define IDC_MINI_WLTOGGLE 503
100 #define IDC_NUMBEROFLIVES 504
101 #define IDC_GAMETIME 504
102 #define IDC_MINI_BWTOGGLE 1035
103 
104 } // namespace Poker
105 } // namespace HodjNPodj
106 } // namespace Bagel
107 
108 #endif
Definition: afxwin.h:27