aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/pingo.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/pingo.h')
-rw-r--r--engines/avalanche/pingo.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/avalanche/pingo.h b/engines/avalanche/pingo.h
index 71af98e0ea..2bda4780c7 100644
--- a/engines/avalanche/pingo.h
+++ b/engines/avalanche/pingo.h
@@ -28,6 +28,7 @@
#ifndef __pingo_h__
#define __pingo_h__
+namespace Avalanche {
void bosskey();
@@ -43,4 +44,6 @@ void zonk();
void winning_pic();
-#endif
+} // End of namespace Avalanche.
+
+#endif \ No newline at end of file