lsnes/include/core/rrdata.hpp

11 lines
229 B
C++
Raw Normal View History

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