blob: 1cb2beb526cade58b6563c0609c1746a66b4181b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// Copyright 2008 Nanorex, Inc. See LICENSE file for details.
#include "Nanorex/Utility/NXLogger.h"
namespace Nanorex {
NXLogger* NXLogger::ThisInstance = 0;
} // Nanorex::
|