aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control_sub_base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/pet_control/pet_control_sub_base.cpp')
-rw-r--r--engines/titanic/pet_control/pet_control_sub_base.cpp33
1 files changed, 33 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_control_sub_base.cpp b/engines/titanic/pet_control/pet_control_sub_base.cpp
index 35194317c3..05a3425b5f 100644
--- a/engines/titanic/pet_control/pet_control_sub_base.cpp
+++ b/engines/titanic/pet_control/pet_control_sub_base.cpp
@@ -20,8 +20,41 @@
*
*/
+#include "common/textconsole.h"
#include "titanic/pet_control/pet_control_sub_base.h"
namespace Titanic {
+void CPetControlSubBase::proc4() {
+ error("TODO");
+}
+
+void CPetControlSubBase::proc16() {
+ error("TODO");
+}
+
+void CPetControlSubBase::proc25() {
+ error("TODO");
+}
+
+void CPetControlSubBase::proc27() {
+ error("TODO");
+}
+
+void CPetControlSubBase::proc28() {
+ error("TODO");
+}
+
+void CPetControlSubBase::proc29() {
+ error("TODO");
+}
+
+void CPetControlSubBase::proc30() {
+ error("TODO");
+}
+
+void CPetControlSubBase::proc31() {
+ error("TODO");
+}
+
} // End of namespace Titanic