aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/scr_2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/scr_2.cpp')
-rw-r--r--engines/avalanche/scr_2.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/avalanche/scr_2.cpp b/engines/avalanche/scr_2.cpp
index 2d5a78c8dd..6cb6fca6e9 100644
--- a/engines/avalanche/scr_2.cpp
+++ b/engines/avalanche/scr_2.cpp
@@ -27,6 +27,7 @@
/*#include "Crt.h"*/
+namespace Avalanche {
const varying_string<4> codes = " ßÜÛ";
@@ -135,3 +136,5 @@ int main(int argc, const char* argv[])
save();
return EXIT_SUCCESS;
}
+
+} // End of namespace Avalanche. \ No newline at end of file