aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/object.h
diff options
context:
space:
mode:
authorKamil Zbróg2013-10-30 02:28:07 +0000
committerKamil Zbróg2013-10-30 02:28:07 +0000
commitfcd2273d78d81bdd91d05ef28a0c349415a7317b (patch)
tree3084826307b3b32fa274f3ce36eba4c1df2b2340 /engines/prince/object.h
parent25fbc0617f31540e526f2b29162f4e240b97e3a4 (diff)
downloadscummvm-rg350-fcd2273d78d81bdd91d05ef28a0c349415a7317b.tar.gz
scummvm-rg350-fcd2273d78d81bdd91d05ef28a0c349415a7317b.tar.bz2
scummvm-rg350-fcd2273d78d81bdd91d05ef28a0c349415a7317b.zip
PRINCE: spaces converted to tabs
Diffstat (limited to 'engines/prince/object.h')
-rw-r--r--engines/prince/object.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/engines/prince/object.h b/engines/prince/object.h
index 3a8859c196..2c2dbc9fbf 100644
--- a/engines/prince/object.h
+++ b/engines/prince/object.h
@@ -30,18 +30,19 @@ namespace Prince {
class Object {
public:
- Object();
+ Object();
- bool loadFromStream(Common::SeekableReadStream &stream);
- Graphics::Surface *getSurface() const { return _surface; }
+ bool loadFromStream(Common::SeekableReadStream &stream);
+ Graphics::Surface *getSurface() const { return _surface; }
private:
- void loadSurface(Common::SeekableReadStream &stream);
+ void loadSurface(Common::SeekableReadStream &stream);
- Graphics::Surface *_surface;
- uint16 _x, _y, _z;
+ Graphics::Surface *_surface;
+ uint16 _x, _y, _z;
};
}
#endif
+/* vim: set tabstop=4 noexpandtab: */