aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/basher.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/basher.h')
-rw-r--r--engines/avalanche/basher.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/avalanche/basher.h b/engines/avalanche/basher.h
index a1996c82ee..ba26d926a9 100644
--- a/engines/avalanche/basher.h
+++ b/engines/avalanche/basher.h
@@ -32,6 +32,7 @@
#include "gyro.h"
/*#include "Tommys.h"*/
+namespace Avalanche {
#ifdef RECORD
@@ -64,4 +65,6 @@ EXTERN word count;
void record_one();
#endif
-#endif
+} // End of namespace Avalanche.
+
+#endif \ No newline at end of file