/* * AtomIdDescriptor.hpp * * Created on: Feb 5, 2010 * Author: crueger */ #ifndef ATOMIDDESCRIPTOR_HPP_ #define ATOMIDDESCRIPTOR_HPP_ #include "defs.hpp" #include "Descriptors/AtomDescriptor.hpp" AtomDescriptor AtomById(atomId_t id); #endif /* ATOMIDDESCRIPTOR_HPP_ */