aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/help2.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/help2.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/help2.cpp')
-rw-r--r--engines/avalanche/help2.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/avalanche/help2.cpp b/engines/avalanche/help2.cpp
index fe9cbec76d..1fc41b6e48 100644
--- a/engines/avalanche/help2.cpp
+++ b/engines/avalanche/help2.cpp
@@ -28,6 +28,8 @@
#include "graph.h"
/*#include "Crt.h"*/
+namespace Avalanche {
+
typedef matrix<'\0','\377',0,15,byte> fonttype;
struct hypertype {
@@ -266,3 +268,5 @@ int main(int argc, const char* argv[])
} while (!false);
return EXIT_SUCCESS;
}
+
+} // End of namespace Avalanche. \ No newline at end of file