aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/omtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/omtest.cpp')
-rw-r--r--engines/avalanche/omtest.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/avalanche/omtest.cpp b/engines/avalanche/omtest.cpp
index 0209619c18..c102b3f0ec 100644
--- a/engines/avalanche/omtest.cpp
+++ b/engines/avalanche/omtest.cpp
@@ -31,6 +31,8 @@
/*#include "Crt.h"*/
/*#include "Enhanced.h"*/
+namespace Avalanche {
+
varying_string<5> st;
byte fv;
@@ -198,4 +200,6 @@ int main(int argc, const char* argv[])
}
} while (!false);
return EXIT_SUCCESS;
-} \ No newline at end of file
+}
+
+} // End of namespace Avalanche. \ No newline at end of file