aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/surface.h
diff options
context:
space:
mode:
authorMax Horn2009-09-15 08:54:06 +0000
committerMax Horn2009-09-15 08:54:06 +0000
commita8e5df433f5ea5c51c612a8962894add46f239e8 (patch)
treeacd245985f82e1d105f3e1106befbd6af0b0b432 /engines/teenagent/surface.h
parent9369d6b772f0a97ffca7639ba22fa07eee03549a (diff)
downloadscummvm-rg350-a8e5df433f5ea5c51c612a8962894add46f239e8.tar.gz
scummvm-rg350-a8e5df433f5ea5c51c612a8962894add46f239e8.tar.bz2
scummvm-rg350-a8e5df433f5ea5c51c612a8962894add46f239e8.zip
TEEN: More code formatting & whitespace changes (automatically generated with astyle)
svn-id: r44101
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);