aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/trip5.h
diff options
context:
space:
mode:
authoruruk2013-06-17 15:45:25 +0200
committeruruk2013-06-17 15:45:25 +0200
commita3025b8dad7abfe845c57aee3703451c223fc2e6 (patch)
tree0db7ddf29af49e18f314317beee4ecabbcc1e979 /engines/avalanche/trip5.h
parent7939ab1f62959c19a18dfe3d54aef0d0175a3b1d (diff)
downloadscummvm-rg350-a3025b8dad7abfe845c57aee3703451c223fc2e6.tar.gz
scummvm-rg350-a3025b8dad7abfe845c57aee3703451c223fc2e6.tar.bz2
scummvm-rg350-a3025b8dad7abfe845c57aee3703451c223fc2e6.zip
AVALANCHE: Add namespace.
Diffstat (limited to 'engines/avalanche/trip5.h')
-rw-r--r--engines/avalanche/trip5.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/avalanche/trip5.h b/engines/avalanche/trip5.h
index 3811c85ade..6c18232110 100644
--- a/engines/avalanche/trip5.h
+++ b/engines/avalanche/trip5.h
@@ -34,6 +34,8 @@
/*#include "Gyro.h"*/
/*#include "Sticks.h"*/
+namespace Avalanche {
+
const integer maxgetset = 35;
@@ -198,5 +200,6 @@ EXTERN boolean mustexclaim; EXTERN word saywhat;
#undef EXTERN
#define EXTERN extern
+} // End of namespace Avalanche.
-#endif
+#endif \ No newline at end of file