aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/surface_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/teenagent/surface_list.h')
-rw-r--r--engines/teenagent/surface_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/teenagent/surface_list.h b/engines/teenagent/surface_list.h
index 289148af6c..23e0ff423a 100644
--- a/engines/teenagent/surface_list.h
+++ b/engines/teenagent/surface_list.h
@@ -35,6 +35,7 @@ public:
enum Type { kTypeOn };
SurfaceList();
+ ~SurfaceList();
void load(Common::SeekableReadStream *stream, Type type, int sub_hack = 0);
void free();
void render(Graphics::Surface *surface, const Common::Rect & clip) const;