aboutsummaryrefslogtreecommitdiff
path: root/engines/made/database.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2008-04-20 15:36:40 +0000
committerTorbjörn Andersson2008-04-20 15:36:40 +0000
commit7e07dd5ec720905e09c5aac37a80941c6053e132 (patch)
treec547330503a3d8de2b15c596a406fd11485fd0ae /engines/made/database.h
parent84a7cd33876eabfcc1fedd0b126f77039647edaf (diff)
downloadscummvm-rg350-7e07dd5ec720905e09c5aac37a80941c6053e132.tar.gz
scummvm-rg350-7e07dd5ec720905e09c5aac37a80941c6053e132.tar.bz2
scummvm-rg350-7e07dd5ec720905e09c5aac37a80941c6053e132.zip
Changed spaces to tabs.
svn-id: r31610
Diffstat (limited to 'engines/made/database.h')
-rw-r--r--engines/made/database.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/engines/made/database.h b/engines/made/database.h
index d5468db607..e96be5e24c 100644
--- a/engines/made/database.h
+++ b/engines/made/database.h
@@ -35,28 +35,28 @@ namespace Made {
class Object {
public:
- Object();
- ~Object();
- void load(Common::SeekableReadStream &source);
- void load(byte *source);
+ Object();
+ ~Object();
+ void load(Common::SeekableReadStream &source);
+ void load(byte *source);
- uint16 getFlags() const;
- uint16 getClass() const;
- uint16 getSize() const;
+ uint16 getFlags() const;
+ uint16 getClass() const;
+ uint16 getSize() const;
byte getCount1() const;
- byte getCount2() const;
+ byte getCount2() const;
byte *getData();
- const char *getString();
+ const char *getString();
- bool isObject();
- bool isVector();
- bool isConstant() const { return !(getFlags() & 1); }
-
- int16 getVectorSize();
- int16 getVectorItem(int16 index);
- void setVectorItem(int16 index, int16 value);
+ bool isObject();
+ bool isVector();
+ bool isConstant() const { return !(getFlags() & 1); }
+
+ int16 getVectorSize();
+ int16 getVectorItem(int16 index);
+ void setVectorItem(int16 index, int16 value);
void dump(const char *filename);
@@ -70,7 +70,7 @@ class GameDatabase {
public:
GameDatabase();
- ~GameDatabase();
+ ~GameDatabase();
void open(const char *filename);