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/help2.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/avalanche/help2.cpp') 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 -- cgit v1.2.3