aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_rooms_glyphs.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-23 22:31:22 -0400
committerPaul Gilbert2016-07-10 16:11:56 -0400
commit73258800cf10f94cee5a9745649f8c5dbb67109c (patch)
treeb932c290395892f367ebc63da6457c7adaa47acb /engines/titanic/pet_control/pet_rooms_glyphs.cpp
parent730895a9ea4a5f1c2032cb552d9221ad22fb8e5f (diff)
downloadscummvm-rg350-73258800cf10f94cee5a9745649f8c5dbb67109c.tar.gz
scummvm-rg350-73258800cf10f94cee5a9745649f8c5dbb67109c.tar.bz2
scummvm-rg350-73258800cf10f94cee5a9745649f8c5dbb67109c.zip
TITANIC: Beginnings of CPetRooms
Diffstat (limited to 'engines/titanic/pet_control/pet_rooms_glyphs.cpp')
-rw-r--r--engines/titanic/pet_control/pet_rooms_glyphs.cpp41
1 files changed, 41 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_rooms_glyphs.cpp b/engines/titanic/pet_control/pet_rooms_glyphs.cpp
new file mode 100644
index 0000000000..c853273873
--- /dev/null
+++ b/engines/titanic/pet_control/pet_rooms_glyphs.cpp
@@ -0,0 +1,41 @@
+/* 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.
+ *
+ */
+
+#include "titanic/pet_control/pet_rooms_glyphs.h"
+
+namespace Titanic {
+
+CPetRoomsGlyph::CPetRoomsGlyph() : CPetGlyph(),
+ _field34(0), _field38(0), _field3C(0), _field40(0),
+ _field44(0), _field48(0), _field4C(0), _field50(0),
+ _field54(0), _field58(0), _field5C(0) {
+}
+
+void CPetRoomsGlyph::set34(int val) {
+ _field34 = val;
+}
+
+void CPetRoomsGlyph::set38(int val) {
+ _field38 = val;
+}
+
+} // End of namespace Titanic