75 lines
2.8 KiB
C++
75 lines
2.8 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_MANKALA_RESOURCE_H
|
|
#define HODJNPODJ_MANKALA_RESOURCE_H
|
|
|
|
namespace Bagel {
|
|
namespace HodjNPodj {
|
|
namespace Mankala {
|
|
|
|
#define IDCANCEL2 3
|
|
#define IDRESET 3
|
|
#define IDAPPLY 4
|
|
#define IDD_MNK_DIALOG 100
|
|
#define IDD_MNK_USER 102
|
|
#define IDD_RESET_PITS_DLG 103
|
|
#define IDC_RADIO1 1001
|
|
#define IDC_PLAY_0 1001
|
|
#define IDC_RADIO2 1002
|
|
#define IDC_RADIO3 1003
|
|
#define IDC_PLAY_1 1003
|
|
#define IDC_RADIO4 1004
|
|
#define IDC_RADIO5 1005
|
|
#define IDC_ALG_0 1005
|
|
#define IDC_RADIO6 1006
|
|
#define IDC_RADIO7 1007
|
|
#define IDC_RADIO8 1008
|
|
#define IDC_RADIO9 1009
|
|
#define IDC_RADIO10 1010
|
|
#define IDC_ALG_1 1010
|
|
#define IDC_RADIO11 1011
|
|
#define IDC_RADIO12 1012
|
|
#define IDC_RADIO13 1013
|
|
#define IDC_RADIO14 1014
|
|
#define IDC_STARTSTONES 1015
|
|
#define IDC_USHELLS 1015
|
|
#define IDC_SCROLLBAR1 1016
|
|
#define IDC_SCROLL_STONES 1016
|
|
#define IDC_USCRSTRENGTH 1016
|
|
#define IDC_TABLESTONES 1018
|
|
#define IDC_INITDATA 1019
|
|
#define IDC_MAXDEPTH0 1020
|
|
#define IDC_MAXDEPTH1 1021
|
|
#define IDC_CAPDEPTH0 1022
|
|
#define IDC_DUMPPOP 1023
|
|
#define IDC_DUMPMOVES 1024
|
|
#define IDC_DUMPTREE 1025
|
|
#define IDC_CAPDEPTH1 1026
|
|
#define IDC_USTRENGTH 1026
|
|
#define IDC_USCRSHELL 1027
|
|
|
|
} // namespace Mankala
|
|
} // namespace HodjNPodj
|
|
} // namespace Bagel
|
|
|
|
#endif
|