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/stars.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/avalanche/stars.cpp') diff --git a/engines/avalanche/stars.cpp b/engines/avalanche/stars.cpp index d6bc8ef145..aaeada2a36 100644 --- a/engines/avalanche/stars.cpp +++ b/engines/avalanche/stars.cpp @@ -32,6 +32,8 @@ /*#include "Rodent.h"*/ /*#include "Tommys.h"*/ +namespace Avalanche { + integer gd,gm; typedef matrix<'\0','\377',0,15,byte> fonttype; @@ -585,3 +587,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