aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/chunkxfd.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/chunkxfd.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/chunkxfd.cpp')
-rw-r--r--engines/avalanche/chunkxfd.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/avalanche/chunkxfd.cpp b/engines/avalanche/chunkxfd.cpp
index 270d253466..efc94acfee 100644
--- a/engines/avalanche/chunkxfd.cpp
+++ b/engines/avalanche/chunkxfd.cpp
@@ -29,6 +29,7 @@
/*#include "Tommys.h"*/
/*#include "Crt.h"*/
+namespace Avalanche {
enum flavourtype {ch_ega,ch_bgi, last_flavourtype};
@@ -258,3 +259,5 @@ int main(int argc, const char* argv[])
close_chunk();
return EXIT_SUCCESS;
}
+
+} // End of namespace Avalanche. \ No newline at end of file