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/sunrise.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/avalanche/sunrise.cpp') diff --git a/engines/avalanche/sunrise.cpp b/engines/avalanche/sunrise.cpp index d512892093..a5c6b28d9b 100644 --- a/engines/avalanche/sunrise.cpp +++ b/engines/avalanche/sunrise.cpp @@ -28,6 +28,8 @@ #include "graph.h" /*#include "Crt.h"*/ +namespace Avalanche { + integer gd,gm; longint tskellern /*absolute $0:244*/; /* Over int $61 */ @@ -79,3 +81,5 @@ int main(int argc, const char* argv[]) } return EXIT_SUCCESS; } + +} // End of namespace Avalanche. \ No newline at end of file -- cgit v1.2.3