aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/helpbak.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/helpbak.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/helpbak.cpp')
-rw-r--r--engines/avalanche/helpbak.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/avalanche/helpbak.cpp b/engines/avalanche/helpbak.cpp
index 1a7138b3ce..b5513f3be6 100644
--- a/engines/avalanche/helpbak.cpp
+++ b/engines/avalanche/helpbak.cpp
@@ -41,6 +41,7 @@
/*#include "Crt.h"*/
/*#include "Lucerna.h"*/
+namespace Avalanche {
struct buttontype {
char trigger;
@@ -184,3 +185,4 @@ void boot_help()
dawn;
}
+} // End of namespace Avalanche. \ No newline at end of file