aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/surface.h
diff options
context:
space:
mode:
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 b337167460..24149f5fa2 100644
--- a/engines/teenagent/surface.h
+++ b/engines/teenagent/surface.h
@@ -39,8 +39,8 @@ public:
uint16 x, y;
Surface();
- void load(Common::SeekableReadStream * stream, Type type);
- void render(Graphics::Surface * surface, int dx = 0, int dy = 0, bool mirror = false);
+ void load(Common::SeekableReadStream *stream, Type type);
+ void render(Graphics::Surface *surface, int dx = 0, int dy = 0, bool mirror = false);
bool empty() const { return pixels == NULL; }
};