aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/magishuf.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/magishuf.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/magishuf.cpp')
-rw-r--r--engines/avalanche/magishuf.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/avalanche/magishuf.cpp b/engines/avalanche/magishuf.cpp
index 0fdb82930a..6706ceb56f 100644
--- a/engines/avalanche/magishuf.cpp
+++ b/engines/avalanche/magishuf.cpp
@@ -28,6 +28,7 @@
/*#include "Dos.h"*/
/*#include "Crt.h"*/
+namespace Avalanche {
const word nextcode = 17717;
@@ -82,3 +83,5 @@ int main(int argc, const char* argv[])
} while (!keypressed());
return EXIT_SUCCESS;
}
+
+} // End of namespace Avalanche. \ No newline at end of file