aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_mode_on.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-30 15:14:14 -0400
committerPaul Gilbert2016-07-10 16:37:45 -0400
commitd46d3f7b0dc6f3b401860f6274ebbf04710f06ca (patch)
tree7cdcf8186f50bef708a74a98b691cd0face59144 /engines/titanic/pet_control/pet_mode_on.cpp
parentb11033800d1455bd4c35af1126bd4f0cf6b2fb77 (diff)
downloadscummvm-rg350-d46d3f7b0dc6f3b401860f6274ebbf04710f06ca.tar.gz
scummvm-rg350-d46d3f7b0dc6f3b401860f6274ebbf04710f06ca.tar.bz2
scummvm-rg350-d46d3f7b0dc6f3b401860f6274ebbf04710f06ca.zip
TITANIC: Implementing more PET support widgets
Diffstat (limited to 'engines/titanic/pet_control/pet_mode_on.cpp')
-rw-r--r--engines/titanic/pet_control/pet_mode_on.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_mode_on.cpp b/engines/titanic/pet_control/pet_mode_on.cpp
index 8eb839f241..bde318bfcf 100644
--- a/engines/titanic/pet_control/pet_mode_on.cpp
+++ b/engines/titanic/pet_control/pet_mode_on.cpp
@@ -24,6 +24,9 @@
namespace Titanic {
+BEGIN_MESSAGE_MAP(CPetModeOn, CToggleSwitch)
+END_MESSAGE_MAP()
+
CPetModeOn::CPetModeOn() : CToggleSwitch() {
}