aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-01 19:42:53 -0400
committerPaul Gilbert2016-04-01 19:42:53 -0400
commit3f3f4d910d5185ff74396e989babd4fce27bfff5 (patch)
tree23a63983aef8cfa82d37b400690e48ebaff81828 /engines/titanic/pet_control/pet_control.h
parent08e8f105dcca1400120574f794d770c03198ef3a (diff)
downloadscummvm-rg350-3f3f4d910d5185ff74396e989babd4fce27bfff5.tar.gz
scummvm-rg350-3f3f4d910d5185ff74396e989babd4fce27bfff5.tar.bz2
scummvm-rg350-3f3f4d910d5185ff74396e989babd4fce27bfff5.zip
TITANIC: Moved gfx/ pet classes into pet_control/
Diffstat (limited to 'engines/titanic/pet_control/pet_control.h')
-rw-r--r--engines/titanic/pet_control/pet_control.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/engines/titanic/pet_control/pet_control.h b/engines/titanic/pet_control/pet_control.h
index d966960ff0..40c6b31044 100644
--- a/engines/titanic/pet_control/pet_control.h
+++ b/engines/titanic/pet_control/pet_control.h
@@ -28,12 +28,12 @@
#include "titanic/core/room_item.h"
#include "titanic/messages/messages.h"
#include "titanic/messages/mouse_messages.h"
-#include "titanic/pet_control/pet_conversation_section.h"
+#include "titanic/pet_control/pet_conversations.h"
#include "titanic/pet_control/pet_frame.h"
-#include "titanic/pet_control/pet_inventory_section.h"
-#include "titanic/pet_control/pet_remote_section.h"
-#include "titanic/pet_control/pet_rooms_section.h"
-#include "titanic/pet_control/pet_save_section.h"
+#include "titanic/pet_control/pet_inventory.h"
+#include "titanic/pet_control/pet_remote.h"
+#include "titanic/pet_control/pet_rooms.h"
+#include "titanic/pet_control/pet_saves.h"
#include "titanic/pet_control/pet_control_sub5.h"
#include "titanic/pet_control/pet_control_sub7.h"
@@ -54,11 +54,11 @@ private:
int _locked;
int _fieldC8;
CPetSection *_sections[7];
- CPetConversationSection _conversations;
- CPetInventorySection _inventory;
- CPetRemoteSection _remote;
+ CPetConversations _conversations;
+ CPetInventory _inventory;
+ CPetRemote _remote;
CPetRoomsSection _rooms;
- CPetSaveSection _saves;
+ CPetSaves _saves;
CPetControlSub5 _sub5;
CPetControlSub7 _sub7;
CPetFrame _frame;