aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/enid.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/enid.h')
-rw-r--r--engines/avalanche/enid.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/avalanche/enid.h b/engines/avalanche/enid.h
index ce9f5fd69d..d9f0a5416f 100644
--- a/engines/avalanche/enid.h
+++ b/engines/avalanche/enid.h
@@ -31,6 +31,7 @@
#include "gyro.h"
+namespace Avalanche {
void edna_save(string name);
@@ -46,4 +47,6 @@ void back_to_bootstrap(byte what);
boolean there_was_a_problem();
+} // End of namespace Avalanche.
+
#endif