aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/andexor2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/andexor2.cpp')
-rw-r--r--engines/avalanche/andexor2.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/avalanche/andexor2.cpp b/engines/avalanche/andexor2.cpp
index 670a3ded46..136f719afe 100644
--- a/engines/avalanche/andexor2.cpp
+++ b/engines/avalanche/andexor2.cpp
@@ -28,6 +28,8 @@
/* Trippancy IV - original file */
#include "graph.h"
+namespace Avalanche {
+
const integer taboo = cyan;
struct adxtype {
@@ -155,4 +157,6 @@ int main(int argc, const char* argv[])
close(f);
closegraph();
return EXIT_SUCCESS;
-} \ No newline at end of file
+}
+
+} // End of namespace Avalanche. \ No newline at end of file