#ifndef _LOAD_RAMSES_HPP #define _LOAD_RAMSES_HPP #include "load_data.hpp" namespace CosmoTool { GadgetData *loadRamses(const char *name); PurePositionData *loadRamsesPosition(const char *fname, int id); }; #endif