aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/dialog.h
diff options
context:
space:
mode:
authorMax Horn2009-09-04 20:08:33 +0000
committerMax Horn2009-09-04 20:08:33 +0000
commit088c5dada3040fd2f0d0df04d12156610786a0e2 (patch)
tree5dd9929f5fb30d0fa82f768565e243e1a0b5ff00 /engines/teenagent/dialog.h
parent4290984108b71cff094099193468068154b8cc94 (diff)
downloadscummvm-rg350-088c5dada3040fd2f0d0df04d12156610786a0e2.tar.gz
scummvm-rg350-088c5dada3040fd2f0d0df04d12156610786a0e2.tar.bz2
scummvm-rg350-088c5dada3040fd2f0d0df04d12156610786a0e2.zip
TEEN:
* don't use "using namespace", instead put stuff into its correct namespace * when using #include, always prefix engine header files with the engine name * some cleanup svn-id: r43945
Diffstat (limited to 'engines/teenagent/dialog.h')
-rw-r--r--engines/teenagent/dialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/teenagent/dialog.h b/engines/teenagent/dialog.h
index c8f41d1621..84e8edbb7a 100644
--- a/engines/teenagent/dialog.h
+++ b/engines/teenagent/dialog.h
@@ -36,7 +36,7 @@ public:
static uint16 pop(Scene *scene, uint16 addr, uint16 animation = 0);
static void show(Scene *scene, uint16 addr, uint16 animation = 0);
};
-}
-#endif
+} // End of namespace TeenAgent
+#endif