aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/visatest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/visatest.cpp')
-rw-r--r--engines/avalanche/visatest.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/avalanche/visatest.cpp b/engines/avalanche/visatest.cpp
index 5cbcf64326..8544239473 100644
--- a/engines/avalanche/visatest.cpp
+++ b/engines/avalanche/visatest.cpp
@@ -27,6 +27,7 @@
/*#include "Crt.h"*/
+namespace Avalanche {
char block;
word point;
@@ -105,4 +106,6 @@ int main(int argc, const char* argv[])
display_it();
} while (!false);
return EXIT_SUCCESS;
-} \ No newline at end of file
+}
+
+} // End of namespace Avalanche. \ No newline at end of file