From 209f5bd77e9fa5f9b8d671b0f8a0e9a7e2530a25 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Fri, 4 Feb 2011 15:53:44 +0000 Subject: GOB: Move storeValue/storeString to class Inter svn-id: r55766 --- engines/gob/inter.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'engines/gob/inter.h') diff --git a/engines/gob/inter.h b/engines/gob/inter.h index 07e873c703..6a403ce928 100644 --- a/engines/gob/inter.h +++ b/engines/gob/inter.h @@ -156,6 +156,12 @@ protected: void o_drawNOP() {} void o_funcNOP(OpFuncParams ¶ms) {} void o_gobNOP(OpGobParams ¶ms) {} + + void storeValue(uint16 index, uint16 type, uint32 value); + void storeValue(uint32 value); + + void storeString(uint16 index, uint16 type, const char *value); + void storeString(const char *value); }; class Inter_v1 : public Inter { @@ -630,12 +636,6 @@ private: INIConfig _inis; Databases _databases; - void storeValue(uint16 index, uint16 type, uint32 value); - void storeValue(uint32 value); - - void storeString(uint16 index, uint16 type, const char *value); - void storeString(const char *value); - Common::String findFile(const Common::String &mask); }; -- cgit v1.2.3