// 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::