aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/1stoff.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/1stoff.cpp')
-rw-r--r--engines/avalanche/1stoff.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/avalanche/1stoff.cpp b/engines/avalanche/1stoff.cpp
index 12db75ae57..0f9e19b940 100644
--- a/engines/avalanche/1stoff.cpp
+++ b/engines/avalanche/1stoff.cpp
@@ -28,6 +28,7 @@
/*#include "Crt.h"*/
/*#include "Dos.h"*/
+namespace Avalanche {
matrix<1,7,1,3,byte> cols;
byte fv;
@@ -78,4 +79,6 @@ int main(int argc, const char* argv[])
}
return EXIT_SUCCESS;
-} \ No newline at end of file
+}
+
+} // End of namespace Avalanche. \ No newline at end of file