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