aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/xf_help.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/xf_help.cpp')
-rw-r--r--engines/avalanche/xf_help.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/avalanche/xf_help.cpp b/engines/avalanche/xf_help.cpp
index ec7b1d1405..7a99b50646 100644
--- a/engines/avalanche/xf_help.cpp
+++ b/engines/avalanche/xf_help.cpp
@@ -28,6 +28,7 @@
/*#include "Crt.h"*/
/*#include "Tommys.h"*/
+namespace Avalanche {
const integer max_pages = 34;
@@ -107,4 +108,6 @@ int main(int argc, const char* argv[])
close(o);
return EXIT_SUCCESS;
-} \ No newline at end of file
+}
+
+} // End of namespace Avalanche. \ No newline at end of file