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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/teenagent/surface.h b/engines/teenagent/surface.h
index 24149f5fa2..eb524a2198 100644
--- a/engines/teenagent/surface.h
+++ b/engines/teenagent/surface.h
@@ -37,7 +37,7 @@ public:
uint16 flags[255];
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);