aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/chunkxf1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/chunkxf1.cpp')
-rw-r--r--engines/avalanche/chunkxf1.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/avalanche/chunkxf1.cpp b/engines/avalanche/chunkxf1.cpp
index 44e1725401..5118d7d916 100644
--- a/engines/avalanche/chunkxf1.cpp
+++ b/engines/avalanche/chunkxf1.cpp
@@ -28,6 +28,7 @@
#include "graph.h"
#include "cadburys.h"
+namespace Avalanche {
/*type
flavourtype = (ch_EGA,ch_BGI);
@@ -281,3 +282,5 @@ int main(int argc, const char* argv[])
close_chunk();
return EXIT_SUCCESS;
}
+
+} // End of namespace Avalanche. \ No newline at end of file