aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/closing.cpp
diff options
context:
space:
mode:
authoruruk2013-06-17 15:45:25 +0200
committeruruk2013-06-17 15:45:25 +0200
commita3025b8dad7abfe845c57aee3703451c223fc2e6 (patch)
tree0db7ddf29af49e18f314317beee4ecabbcc1e979 /engines/avalanche/closing.cpp
parent7939ab1f62959c19a18dfe3d54aef0d0175a3b1d (diff)
downloadscummvm-rg350-a3025b8dad7abfe845c57aee3703451c223fc2e6.tar.gz
scummvm-rg350-a3025b8dad7abfe845c57aee3703451c223fc2e6.tar.bz2
scummvm-rg350-a3025b8dad7abfe845c57aee3703451c223fc2e6.zip
AVALANCHE: Add namespace.
Diffstat (limited to 'engines/avalanche/closing.cpp')
-rw-r--r--engines/avalanche/closing.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/avalanche/closing.cpp b/engines/avalanche/closing.cpp
index 722ff3764c..bc3134b2e0 100644
--- a/engines/avalanche/closing.cpp
+++ b/engines/avalanche/closing.cpp
@@ -43,6 +43,7 @@
/*#include "Crt.h"*/
#include "lucerna.h"
+namespace Avalanche {
typedef array<1,3840,char> scrtype;
@@ -142,3 +143,5 @@ unit_closing_initialize::unit_closing_initialize() {;
exitsave=exitproc;
exitproc=&bug_handler;
}
+
+} // End of namespace Avalanche. \ No newline at end of file