aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/trip3.cpp
diff options
context:
space:
mode:
authoruruk2013-06-17 15:45:25 +0200
committeruruk2013-06-17 15:45:25 +0200
commita3025b8dad7abfe845c57aee3703451c223fc2e6 (patch)
tree0db7ddf29af49e18f314317beee4ecabbcc1e979 /engines/avalanche/trip3.cpp
parent7939ab1f62959c19a18dfe3d54aef0d0175a3b1d (diff)
downloadscummvm-rg350-a3025b8dad7abfe845c57aee3703451c223fc2e6.tar.gz
scummvm-rg350-a3025b8dad7abfe845c57aee3703451c223fc2e6.tar.bz2
scummvm-rg350-a3025b8dad7abfe845c57aee3703451c223fc2e6.zip
AVALANCHE: Add namespace.
Diffstat (limited to 'engines/avalanche/trip3.cpp')
-rw-r--r--engines/avalanche/trip3.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/avalanche/trip3.cpp b/engines/avalanche/trip3.cpp
index 4c04ef45b7..1ca78fbf47 100644
--- a/engines/avalanche/trip3.cpp
+++ b/engines/avalanche/trip3.cpp
@@ -36,6 +36,8 @@
/*$S+*/
+namespace Avalanche {
+
const integer avvy = 1;
const integer test = 177;
@@ -254,3 +256,5 @@ static unit_trip3_initialize trip3_constructor;
unit_trip3_initialize::unit_trip3_initialize() {; /* init portion of Trip3 */
tramt=0;
}
+
+} // End of namespace Avalanche. \ No newline at end of file