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