61 lines
1.9 KiB
C++
61 lines
1.9 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_PEGGLE_RESOURCE_H
|
|
#define HODJNPODJ_PEGGLE_RESOURCE_H
|
|
|
|
namespace Bagel {
|
|
namespace HodjNPodj {
|
|
namespace Peggle {
|
|
|
|
|
|
#define IDD_SUBOPTIONS 115
|
|
|
|
#define IDD_AUDIOCFG 463
|
|
|
|
#define IDC_RULES 1000
|
|
#define IDC_SCROLL 1001
|
|
#define IDC_NEWGAME 1002
|
|
#define IDC_RETURN 1003
|
|
#define IDC_QUIT 1004
|
|
#define IDC_RESTART 1005
|
|
|
|
#define HAND 105
|
|
#define RESTARTDISABLED 110
|
|
#define RESTARTFOCUS 111
|
|
#define RESTARTUP 112
|
|
#define RESTARTDOWN 113
|
|
|
|
|
|
#define IDD_SUBDIALOGX 116
|
|
#define IDC_SUBBUTTON1 2000
|
|
#define IDC_SUBBUTTON2 2001
|
|
#define IDC_SUBBUTTON3 2002
|
|
#define IDC_SUBOK 2002
|
|
#define IDC_SUBCANCEL 2003
|
|
#define IDC_RANDOM 2005
|
|
|
|
} // namespace Peggle
|
|
} // namespace HodjNPodj
|
|
} // namespace Bagel
|
|
|
|
#endif
|