aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/surface.h
diff options
context:
space:
mode:
authorJohannes Schickel2011-10-23 02:05:05 +0200
committerJohannes Schickel2011-10-23 02:07:23 +0200
commit8a7f3e69ffc050d70446db3d6e51b2e2215121b2 (patch)
tree7f9a9e9938cebd626a26c7035f43913e45ae6b9a /engines/teenagent/surface.h
parent456b950c527da116e4132ed9e3e260419ac34ff0 (diff)
downloadscummvm-rg350-8a7f3e69ffc050d70446db3d6e51b2e2215121b2.tar.gz
scummvm-rg350-8a7f3e69ffc050d70446db3d6e51b2e2215121b2.tar.bz2
scummvm-rg350-8a7f3e69ffc050d70446db3d6e51b2e2215121b2.zip
TEENAGENT: Improve code formatting.
I used astyle and fixed some incorrect changes from it manually.
Diffstat (limited to 'engines/teenagent/surface.h')
-rw-r--r--engines/teenagent/surface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/teenagent/surface.h b/engines/teenagent/surface.h
index 64e45a7330..1771b2d683 100644
--- a/engines/teenagent/surface.h
+++ b/engines/teenagent/surface.h
@@ -26,7 +26,7 @@
#include "graphics/surface.h"
namespace Common {
- class SeekableReadStream;
+class SeekableReadStream;
}
namespace TeenAgent {
@@ -40,7 +40,7 @@ public:
Surface();
~Surface();
- void load(Common::SeekableReadStream&, Type type);
+ void load(Common::SeekableReadStream &, Type type);
Common::Rect render(Graphics::Surface *surface, int dx = 0, int dy = 0, bool mirror = false, Common::Rect src_rect = Common::Rect(), uint zoom = 256) const;
bool empty() const { return pixels == NULL; }