blob: 3db6643553dc8e73646da219bb67f4bea32762cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// Copyright 2008 Nanorex, Inc. See LICENSE file for details.
#include "Nanorex/Interface/NXAtomData.h"
namespace Nanorex {
#if 0 // entity-manager should maintain this info
char const *const NXAtomData::_s_renderStyleNames[NUM_STYLES] =
{
"def", "inv", "vdw", "lin", "cpk", "tub"
};
#endif
} // Nanorex::
|