#ifndef Chimera_PdbOrder_h # define Chimera_PdbOrder_h # if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once # endif #include #include "chimtypes.h" namespace molecule { extern const std::vector &pdbOrder(Symbol resName); } // namespace molecule #endif