aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/basher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/basher.cpp')
-rw-r--r--engines/avalanche/basher.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/avalanche/basher.cpp b/engines/avalanche/basher.cpp
index 5210631033..b4ceeb389a 100644
--- a/engines/avalanche/basher.cpp
+++ b/engines/avalanche/basher.cpp
@@ -54,6 +54,7 @@
#include "Sticks.h"
#include "enid.h"
+namespace Avalanche {
boolean entering_filename;
byte left_margin;
@@ -408,3 +409,5 @@ unit_basher_initialize::unit_basher_initialize() {
#endif
}
+
+} // End of namespace Avalanche. \ No newline at end of file