aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/closing.cpp
diff options
context:
space:
mode:
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