From a3025b8dad7abfe845c57aee3703451c223fc2e6 Mon Sep 17 00:00:00 2001 From: uruk Date: Mon, 17 Jun 2013 15:45:25 +0200 Subject: AVALANCHE: Add namespace. --- engines/avalanche/chunkxfa.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/avalanche/chunkxfa.cpp') diff --git a/engines/avalanche/chunkxfa.cpp b/engines/avalanche/chunkxfa.cpp index a574a04f94..b2faafe4d5 100644 --- a/engines/avalanche/chunkxfa.cpp +++ b/engines/avalanche/chunkxfa.cpp @@ -29,6 +29,7 @@ /*#include "Tommys.h"*/ /*#include "Crt.h"*/ +namespace Avalanche { enum flavourtype {ch_ega,ch_bgi, last_flavourtype}; @@ -262,3 +263,5 @@ int main(int argc, const char* argv[]) close_chunk(); return EXIT_SUCCESS; } + +} // End of namespace Avalanche. \ No newline at end of file -- cgit v1.2.3