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/closing.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/avalanche/closing.cpp') diff --git a/engines/avalanche/closing.cpp b/engines/avalanche/closing.cpp index 722ff3764c..bc3134b2e0 100644 --- a/engines/avalanche/closing.cpp +++ b/engines/avalanche/closing.cpp @@ -43,6 +43,7 @@ /*#include "Crt.h"*/ #include "lucerna.h" +namespace Avalanche { typedef array<1,3840,char> scrtype; @@ -142,3 +143,5 @@ unit_closing_initialize::unit_closing_initialize() {; exitsave=exitproc; exitproc=&bug_handler; } + +} // End of namespace Avalanche. \ No newline at end of file -- cgit v1.2.3