127 lines
5.0 KiB
C++
127 lines
5.0 KiB
C++
/* ScummVM - Graphic Adventure Engine
|
|
*
|
|
* ScummVM is the legal property of its developers, whose names
|
|
* are too numerous to list here. Please refer to the COPYRIGHT
|
|
* file distributed with this source distribution.
|
|
*
|
|
* This program is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*
|
|
*/
|
|
|
|
#ifndef HODJNPODJ_PACKRAT_RESOURCE_H
|
|
#define HODJNPODJ_PACKRAT_RESOURCE_H
|
|
|
|
namespace Bagel {
|
|
namespace HodjNPodj {
|
|
namespace Packrat {
|
|
|
|
#define IDI_PACKRAT 2
|
|
#define IDC_OPTIONS 202
|
|
#define IDB_LSCROLLB 210
|
|
#define IDB_LSCROLLM 211
|
|
#define IDB_LSCROLLT 212
|
|
#define IDB_SSCROLL 213
|
|
#define IDB_OPTIONSCROLL 220
|
|
#define IDC_RULES 230
|
|
#define IDC_CANCEL 250
|
|
#define IDC_QUIT 251
|
|
#define IDB_PODJRIGHT 330
|
|
#define IDD_MESSAGEBOX 333
|
|
#define IDB_HODJD 334
|
|
#define IDB_HODJL 335
|
|
#define IDB_HODJR 336
|
|
#define IDB_HODJU 337
|
|
#define IDB_LEMPTY 338
|
|
#define IDB_LIVE 339
|
|
#define IDB_OPTIONG 340
|
|
#define IDB_OPTIONU 341
|
|
#define IDB_PODJD 342
|
|
#define IDB_PODJL 343
|
|
#define IDB_PODJR 344
|
|
#define IDB_PODJU 345
|
|
#define IDB_SEMPTY 346
|
|
#define IDB_TURTLEBD 347
|
|
#define IDB_TURTLEBL 348
|
|
#define IDB_TURTLEBR 349
|
|
#define IDB_TURTLEBU 350
|
|
#define IDB_TURTLEFD 351
|
|
#define IDB_TURTLEFL 352
|
|
#define IDB_TURTLEFR 353
|
|
#define IDB_TURTLEFU 354
|
|
#define IDB_TURTLEGD 355
|
|
#define IDB_TURTLEGL 356
|
|
#define IDB_TURTLEGR 357
|
|
#define IDB_TURTLEGU 358
|
|
#define IDB_BITMAP1 359
|
|
#define IDB_BITMAP2 360
|
|
#define IDB_BITMAP3 361
|
|
#define IDB_BITMAP4 362
|
|
#define IDB_BITMAP5 363
|
|
#define IDB_BITMAP6 364
|
|
#define IDB_BITMAP9 367
|
|
#define IDB_BITMAP10 368
|
|
#define IDB_BITMAP11 369
|
|
#define IDB_BITMAP13 371
|
|
#define IDB_BITMAP14 372
|
|
#define IDB_BITMAP15 373
|
|
#define IDB_BITMAP16 374
|
|
#define IDB_BITMAP17 375
|
|
#define IDB_BITMAP18 376
|
|
#define IDB_BITMAP19 377
|
|
#define IDB_BITMAP20 378
|
|
#define IDB_BITMAP21 379
|
|
#define IDB_BITMAP22 380
|
|
#define IDB_BITMAP23 381
|
|
#define IDB_BITMAP24 382
|
|
#define IDB_BITMAP25 383
|
|
#define IDB_BITMAP7 384
|
|
#define IDB_BITMAP8 385
|
|
#define IDB_BITMAP12 386
|
|
#define IDB_BITMAP26 387
|
|
#define IDB_BITMAP27 388
|
|
#define IDB_BITMAP28 389
|
|
#define IDB_BITMAP29 390
|
|
#define IDB_BITMAP30 391
|
|
#define IDB_BITMAP31 392
|
|
#define IDB_BITMAP32 393
|
|
#define IDB_BITMAP33 394
|
|
#define IDB_BITMAP34 395
|
|
#define IDB_BITMAP35 396
|
|
#define IDB_BITMAP36 397
|
|
#define IDB_BITMAP37 398
|
|
#define IDB_BITMAP38 399
|
|
#define IDB_BITMAP39 400
|
|
#define IDB_BITMAP40 401
|
|
#define IDB_BITMAP41 402
|
|
#define IDB_BITMAP42 403
|
|
#define IDB_BITMAP43 404
|
|
#define IDB_BITMAP44 405
|
|
#define IDB_BITMAP45 406
|
|
#define IDB_BITMAP46 407
|
|
#define IDB_BITMAP47 408
|
|
#define IDD_MINIOPTIONS_DIALOG 500
|
|
#define IDC_MINI_CANCEL 501
|
|
#define IDC_MINI_OK 502
|
|
#define IDC_TURTLE_SPEED 503
|
|
#define IDC_GAMELEVEL 503
|
|
#define IDC_PLAYER_SPEED 504
|
|
#define IDC_NUMBEROFLIVES 504
|
|
#define IDC_TOGGLEJOY 1033
|
|
|
|
} // namespace Packrat
|
|
} // namespace HodjNPodj
|
|
} // namespace Bagel
|
|
|
|
#endif
|