lsnes/include/core/rrdata.hpp

9 lines
201 B
C++

#ifndef _rrdata__hpp__included__
#define _rrdata__hpp__included__
#include "library/rrdata.hpp"
rrdata_set::instance next_rrdata();
std::string rrdata_filename(const std::string& projectid);
#endif