aboutsummaryrefslogtreecommitdiff
path: root/engines/startrek/rooms/mudd5.cpp
diff options
context:
space:
mode:
authorMatthew Stewart2018-06-28 00:25:45 -0400
committerEugene Sandulenko2018-08-09 08:37:30 +0200
commit4c0eb3aa67bc5c4381e311c0b37284acb6f7497c (patch)
tree97e55a23fcb949e69e15dd471c9cbe2a3b3e6b30 /engines/startrek/rooms/mudd5.cpp
parentb332c17805c8ade038eac551345e7e22f245e7c1 (diff)
downloadscummvm-rg350-4c0eb3aa67bc5c4381e311c0b37284acb6f7497c.tar.gz
scummvm-rg350-4c0eb3aa67bc5c4381e311c0b37284acb6f7497c.tar.bz2
scummvm-rg350-4c0eb3aa67bc5c4381e311c0b37284acb6f7497c.zip
STARTREK: MUDD0
Diffstat (limited to 'engines/startrek/rooms/mudd5.cpp')
-rw-r--r--engines/startrek/rooms/mudd5.cpp34
1 files changed, 34 insertions, 0 deletions
diff --git a/engines/startrek/rooms/mudd5.cpp b/engines/startrek/rooms/mudd5.cpp
new file mode 100644
index 0000000000..30ddc9879c
--- /dev/null
+++ b/engines/startrek/rooms/mudd5.cpp
@@ -0,0 +1,34 @@
+/* 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 "startrek/room.h"
+
+#define OBJECT_DOOR1 8
+
+#define HOTSPOT_CONSOLE 0x20
+
+namespace StarTrek {
+
+void Room::mudd5Tick1() {
+}
+
+}