aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/plane32.h
diff options
context:
space:
mode:
authorJohannes Schickel2016-03-08 20:13:05 +0100
committerJohannes Schickel2016-03-08 20:13:05 +0100
commit693f8dc295dc43e3bccd954a8a243f7aedd5da22 (patch)
treeed3fe1f7fa8bf9179b6beb51f71b7fe4c760da94 /engines/sci/graphics/plane32.h
parenta2c6e647e6ff570d42053dbf98253365e1e7955d (diff)
downloadscummvm-rg350-693f8dc295dc43e3bccd954a8a243f7aedd5da22.tar.gz
scummvm-rg350-693f8dc295dc43e3bccd954a8a243f7aedd5da22.tar.bz2
scummvm-rg350-693f8dc295dc43e3bccd954a8a243f7aedd5da22.zip
SCI: Add missing namespace comments in graphics/.
Diffstat (limited to 'engines/sci/graphics/plane32.h')
-rw-r--r--engines/sci/graphics/plane32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/graphics/plane32.h b/engines/sci/graphics/plane32.h
index d3427f11d5..d844919c9e 100644
--- a/engines/sci/graphics/plane32.h
+++ b/engines/sci/graphics/plane32.h
@@ -466,6 +466,6 @@ public:
void remove_at(size_type index);
};
-}
+} // End of namespace Sci
#endif