aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/scene.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/teenagent/scene.cpp')
-rw-r--r--engines/teenagent/scene.cpp19
1 files changed, 10 insertions, 9 deletions
diff --git a/engines/teenagent/scene.cpp b/engines/teenagent/scene.cpp
index 3679496fcf..b90349c06c 100644
--- a/engines/teenagent/scene.cpp
+++ b/engines/teenagent/scene.cpp
@@ -22,17 +22,16 @@
* $Id$
*/
-
-#include "scene.h"
-#include "resources.h"
-#include "surface.h"
+#include "teenagent/scene.h"
+#include "teenagent/resources.h"
+#include "teenagent/surface.h"
#include "common/debug.h"
-#include "objects.h"
-#include "teenagent.h"
-#include "dialog.h"
-#include "music.h"
+#include "teenagent/objects.h"
+#include "teenagent/teenagent.h"
+#include "teenagent/dialog.h"
+#include "teenagent/music.h"
-using namespace TeenAgent;
+namespace TeenAgent {
Scene::Scene() : _engine(NULL),
_system(NULL),
@@ -509,3 +508,5 @@ void Scene::clear() {
events.clear();
current_event.clear();
}
+
+} // End of namespace TeenAgent