aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/pack.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/pack.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/pack.h')
-rw-r--r--engines/teenagent/pack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/teenagent/pack.h b/engines/teenagent/pack.h
index 0619cc28e3..326c92d9fb 100644
--- a/engines/teenagent/pack.h
+++ b/engines/teenagent/pack.h
@@ -34,7 +34,7 @@ class Pack {
uint32 count;
uint32 *offsets;
-public:
+public:
Pack();
~Pack();
void open(const Common::String &filename);