From eeec3a79cb656d76617d923bbf463aa30460ba67 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 30 Jul 2013 12:36:33 +0300 Subject: FULLPIPE: Renamed gameobj.h to constants.h --- engines/fullpipe/constants.h | 122 +++++++++++++++++++++++++++++++++++++++ engines/fullpipe/gameobj.h | 122 --------------------------------------- engines/fullpipe/init.cpp | 2 +- engines/fullpipe/scene.cpp | 2 +- engines/fullpipe/scenes.cpp | 2 +- engines/fullpipe/stateloader.cpp | 2 +- engines/fullpipe/statics.cpp | 2 +- 7 files changed, 127 insertions(+), 127 deletions(-) create mode 100644 engines/fullpipe/constants.h delete mode 100644 engines/fullpipe/gameobj.h diff --git a/engines/fullpipe/constants.h b/engines/fullpipe/constants.h new file mode 100644 index 0000000000..b609d7b1c6 --- /dev/null +++ b/engines/fullpipe/constants.h @@ -0,0 +1,122 @@ +/* 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 2 + * 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, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * + */ + +#ifndef FULLPIPE_CONSTANTS_H +#define FULLPIPE_CONSTANTS_H + +namespace Fullpipe { + +#define ANI_IN1MAN 5110 +#define ANI_INV_MAP 5321 +#define ANI_MAN 322 +#define MV_MAN_TURN_LU 486 +#define PIC_CMN_EVAL 3468 +#define PIC_CSR_ARCADE1 4901 +#define PIC_CSR_ARCADE2 4902 +#define PIC_CSR_ARCADE2_D 4903 +#define PIC_CSR_ARCADE3 4904 +#define PIC_CSR_ARCADE4 4905 +#define PIC_CSR_ARCADE5 4906 +#define PIC_CSR_ARCADE6 4907 +#define PIC_CSR_ARCADE6_D 4908 +#define PIC_CSR_ARCADE7 4909 +#define PIC_CSR_ARCADE7_D 4910 +#define PIC_CSR_ARCADE8 4911 +#define PIC_CSR_DEFAULT 4891 +#define PIC_CSR_DEFAULT_INV 4892 +#define PIC_CSR_GOD 4900 +#define PIC_CSR_GOFAR_L 4895 +#define PIC_CSR_GOFAR_R 4896 +#define PIC_CSR_GOL 4897 +#define PIC_CSR_GOR 4898 +#define PIC_CSR_GOU 4899 +#define PIC_CSR_HELPERBGR 5331 +#define PIC_CSR_ITN 4893 +#define PIC_CSR_ITN_GREEN 5330 +#define PIC_CSR_ITN_INV 4894 +#define PIC_CSR_ITN_RED 5329 +#define PIC_CSR_LIFT 5176 +#define PIC_CSR_MAP 5339 +#define PIC_INV_MENU 991 +#define PIC_MAP_A13 5275 +#define PIC_MAP_S01 5223 +#define SC_1 301 +#define SC_10 653 +#define SC_11 654 +#define SC_12 655 +#define SC_13 1137 +#define SC_14 1138 +#define SC_15 1139 +#define SC_16 1140 +#define SC_17 1141 +#define SC_18 1142 +#define SC_19 1143 +#define SC_2 302 +#define SC_20 1144 +#define SC_21 1546 +#define SC_22 1547 +#define SC_23 1548 +#define SC_24 1549 +#define SC_25 1550 +#define SC_26 1551 +#define SC_27 1552 +#define SC_28 2062 +#define SC_29 2063 +#define SC_3 303 +#define SC_30 2064 +#define SC_31 2065 +#define SC_32 2066 +#define SC_33 2067 +#define SC_34 2068 +#define SC_35 2069 +#define SC_36 2070 +#define SC_37 2071 +#define SC_38 2072 +#define SC_4 304 +#define SC_5 305 +#define SC_6 649 +#define SC_7 650 +#define SC_8 651 +#define SC_9 652 +#define SC_COMMON 321 +#define SC_DBGMENU 726 +#define SC_FINAL1 4999 +#define SC_FINAL2 5000 +#define SC_FINAL3 5001 +#define SC_FINAL4 2460 +#define SC_INTRO1 3896 +#define SC_INTRO2 3907 +#define SC_INV 858 +#define SC_LDR 635 +#define SC_MAINMENU 4620 +#define SC_MAP 5222 +#define SC_TEST 903 +#define SC_TITLES 5166 +#define ST_MAN_EMPTY 476 +#define TrubaDown 697 +#define TrubaLeft 474 +#define TrubaRight 696 +#define TrubaUp 680 + +} // End of namespace Fullpipe + +#endif /* FULLPIPE_CONSTANTS_H */ diff --git a/engines/fullpipe/gameobj.h b/engines/fullpipe/gameobj.h deleted file mode 100644 index 7b24dd79ef..0000000000 --- a/engines/fullpipe/gameobj.h +++ /dev/null @@ -1,122 +0,0 @@ -/* 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 2 - * 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, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - */ - -#ifndef FULLPIPE_GAMEOBJ_H -#define FULLPIPE_GAMEOBJ_H - -namespace Fullpipe { - -#define ANI_IN1MAN 5110 -#define ANI_INV_MAP 5321 -#define ANI_MAN 322 -#define MV_MAN_TURN_LU 486 -#define PIC_CMN_EVAL 3468 -#define PIC_CSR_ARCADE1 4901 -#define PIC_CSR_ARCADE2 4902 -#define PIC_CSR_ARCADE2_D 4903 -#define PIC_CSR_ARCADE3 4904 -#define PIC_CSR_ARCADE4 4905 -#define PIC_CSR_ARCADE5 4906 -#define PIC_CSR_ARCADE6 4907 -#define PIC_CSR_ARCADE6_D 4908 -#define PIC_CSR_ARCADE7 4909 -#define PIC_CSR_ARCADE7_D 4910 -#define PIC_CSR_ARCADE8 4911 -#define PIC_CSR_DEFAULT 4891 -#define PIC_CSR_DEFAULT_INV 4892 -#define PIC_CSR_GOD 4900 -#define PIC_CSR_GOFAR_L 4895 -#define PIC_CSR_GOFAR_R 4896 -#define PIC_CSR_GOL 4897 -#define PIC_CSR_GOR 4898 -#define PIC_CSR_GOU 4899 -#define PIC_CSR_HELPERBGR 5331 -#define PIC_CSR_ITN 4893 -#define PIC_CSR_ITN_GREEN 5330 -#define PIC_CSR_ITN_INV 4894 -#define PIC_CSR_ITN_RED 5329 -#define PIC_CSR_LIFT 5176 -#define PIC_CSR_MAP 5339 -#define PIC_INV_MENU 991 -#define PIC_MAP_A13 5275 -#define PIC_MAP_S01 5223 -#define SC_1 301 -#define SC_10 653 -#define SC_11 654 -#define SC_12 655 -#define SC_13 1137 -#define SC_14 1138 -#define SC_15 1139 -#define SC_16 1140 -#define SC_17 1141 -#define SC_18 1142 -#define SC_19 1143 -#define SC_2 302 -#define SC_20 1144 -#define SC_21 1546 -#define SC_22 1547 -#define SC_23 1548 -#define SC_24 1549 -#define SC_25 1550 -#define SC_26 1551 -#define SC_27 1552 -#define SC_28 2062 -#define SC_29 2063 -#define SC_3 303 -#define SC_30 2064 -#define SC_31 2065 -#define SC_32 2066 -#define SC_33 2067 -#define SC_34 2068 -#define SC_35 2069 -#define SC_36 2070 -#define SC_37 2071 -#define SC_38 2072 -#define SC_4 304 -#define SC_5 305 -#define SC_6 649 -#define SC_7 650 -#define SC_8 651 -#define SC_9 652 -#define SC_COMMON 321 -#define SC_DBGMENU 726 -#define SC_FINAL1 4999 -#define SC_FINAL2 5000 -#define SC_FINAL3 5001 -#define SC_FINAL4 2460 -#define SC_INTRO1 3896 -#define SC_INTRO2 3907 -#define SC_INV 858 -#define SC_LDR 635 -#define SC_MAINMENU 4620 -#define SC_MAP 5222 -#define SC_TEST 903 -#define SC_TITLES 5166 -#define ST_MAN_EMPTY 476 -#define TrubaDown 697 -#define TrubaLeft 474 -#define TrubaRight 696 -#define TrubaUp 680 - -} // End of namespace Fullpipe - -#endif /* FULLPIPE_INPUT_H */ diff --git a/engines/fullpipe/init.cpp b/engines/fullpipe/init.cpp index b1c9d6d0de..4e3520997a 100644 --- a/engines/fullpipe/init.cpp +++ b/engines/fullpipe/init.cpp @@ -27,7 +27,7 @@ #include "fullpipe/objectnames.h" #include "fullpipe/input.h" -#include "fullpipe/gameobj.h" +#include "fullpipe/constants.h" namespace Fullpipe { diff --git a/engines/fullpipe/scene.cpp b/engines/fullpipe/scene.cpp index 9f4901d83a..bb0d632186 100644 --- a/engines/fullpipe/scene.cpp +++ b/engines/fullpipe/scene.cpp @@ -27,7 +27,7 @@ #include "fullpipe/statics.h" #include "fullpipe/messages.h" -#include "fullpipe/gameobj.h" +#include "fullpipe/constants.h" #include "common/algorithm.h" diff --git a/engines/fullpipe/scenes.cpp b/engines/fullpipe/scenes.cpp index 8a7d7805b5..68be347402 100644 --- a/engines/fullpipe/scenes.cpp +++ b/engines/fullpipe/scenes.cpp @@ -34,7 +34,7 @@ #include "fullpipe/messages.h" #include "fullpipe/behavior.h" -#include "fullpipe/gameobj.h" +#include "fullpipe/constants.h" namespace Fullpipe { diff --git a/engines/fullpipe/stateloader.cpp b/engines/fullpipe/stateloader.cpp index d4c4948f21..cf63df1d96 100644 --- a/engines/fullpipe/stateloader.cpp +++ b/engines/fullpipe/stateloader.cpp @@ -31,7 +31,7 @@ #include "fullpipe/scene.h" #include "fullpipe/statics.h" -#include "fullpipe/gameobj.h" +#include "fullpipe/constants.h" namespace Fullpipe { diff --git a/engines/fullpipe/statics.cpp b/engines/fullpipe/statics.cpp index 2fa53e2d96..6c3ba3ff17 100644 --- a/engines/fullpipe/statics.cpp +++ b/engines/fullpipe/statics.cpp @@ -27,7 +27,7 @@ #include "fullpipe/statics.h" #include "fullpipe/messages.h" -#include "fullpipe/gameobj.h" +#include "fullpipe/constants.h" #include "fullpipe/objectnames.h" namespace Fullpipe { -- cgit v1.2.3