aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_remote.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-16 18:42:29 -0400
committerPaul Gilbert2016-07-10 16:11:16 -0400
commitdaaa458d64df42f113b7badd65cdfaf0da0504ff (patch)
tree3e53909013e75ccdcd31e7e6de94152e8854b89e /engines/titanic/pet_control/pet_remote.h
parentfb5565679bf701293a73abfd03b76515f7bcb8ab (diff)
downloadscummvm-rg350-daaa458d64df42f113b7badd65cdfaf0da0504ff.tar.gz
scummvm-rg350-daaa458d64df42f113b7badd65cdfaf0da0504ff.tar.bz2
scummvm-rg350-daaa458d64df42f113b7badd65cdfaf0da0504ff.zip
TITANIC: Restructuring PET list classes, beginning of inventory
Diffstat (limited to 'engines/titanic/pet_control/pet_remote.h')
-rw-r--r--engines/titanic/pet_control/pet_remote.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/engines/titanic/pet_control/pet_remote.h b/engines/titanic/pet_control/pet_remote.h
index 410a5ff961..953f012e67 100644
--- a/engines/titanic/pet_control/pet_remote.h
+++ b/engines/titanic/pet_control/pet_remote.h
@@ -24,15 +24,18 @@
#define TITANIC_PET_REMOTE_H
#include "titanic/pet_control/pet_section.h"
-#include "titanic/pet_control/pet_control_sub10.h"
+#include "titanic/pet_control/pet_glyphs.h"
#include "titanic/pet_control/pet_control_sub12.h"
#include "titanic/pet_control/pet_gfx_element.h"
namespace Titanic {
+class CPetRemoteGlyphs : public CPetGlyphs<CPetGlyph> {
+};
+
class CPetRemote : public CPetSection {
private:
- CPetControlSub10 _sub10;
+ CPetRemoteGlyphs _items;
CPetGfxElement _val1;
CPetGfxElement _val2;
CPetGfxElement _val3;