aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/shell2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/shell2.cpp')
-rw-r--r--engines/avalanche/shell2.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/avalanche/shell2.cpp b/engines/avalanche/shell2.cpp
index cd6fec2d27..1bc68dfc1c 100644
--- a/engines/avalanche/shell2.cpp
+++ b/engines/avalanche/shell2.cpp
@@ -28,6 +28,8 @@
/*#include "Dos.h"*/
#include "graph.h"
+namespace Avalanche {
+
struct infotype {
matrix<128,255,1,8,byte> chars;
string data;
@@ -47,4 +49,6 @@ int main(int argc, const char* argv[])
output << "Press Enter..." << NL;
input >> NL; closegraph();
return EXIT_SUCCESS;
-} \ No newline at end of file
+}
+
+} // End of namespace Avalanche. \ No newline at end of file