lsnes/include/core/rrdata.hpp

10 lines
201 B
C++
Raw Normal View History

#ifndef _rrdata__hpp__included__
#define _rrdata__hpp__included__
#include "library/rrdata.hpp"
rrdata_set::instance next_rrdata();
2013-10-10 02:22:41 +03:00
std::string rrdata_filename(const std::string& projectid);
#endif