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/avmenu.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/avalanche/avmenu.cpp') diff --git a/engines/avalanche/avmenu.cpp b/engines/avalanche/avmenu.cpp index d7bfac56ff..31c26929b6 100644 --- a/engines/avalanche/avmenu.cpp +++ b/engines/avalanche/avmenu.cpp @@ -29,6 +29,8 @@ /*#include "Crt.h"*/ /*#include "Tommys.h"*/ +namespace Avalanche { + typedef matrix<'\0','\377',0,15,byte> fonttype; fonttype font; @@ -334,3 +336,5 @@ int main(int argc, const char* argv[]) closegraph(); return EXIT_SUCCESS; } + +} // End of namespace Avalanche. \ No newline at end of file -- cgit v1.2.3