aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/gyro.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/gyro.h')
-rw-r--r--engines/avalanche/gyro.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/avalanche/gyro.h b/engines/avalanche/gyro.h
index 22b8552e47..22d7544dab 100644
--- a/engines/avalanche/gyro.h
+++ b/engines/avalanche/gyro.h
@@ -33,6 +33,7 @@
/*#include "Dos.h"*/
/*#include "Crt.h"*/
+namespace Avalanche {
const char numobjs = '\22'; /* always preface with a # */
const integer maxobjs = 12; /* carry limit */
@@ -726,4 +727,6 @@ EXTERN word cxmin,cxmax,cymin,cymax; EXTERN boolean use_joy_a;
boolean mouse_near_text();
-#endif
+ } // End of namespace Avalanche.
+
+#endif \ No newline at end of file