lsnes/include/core/rrdata.hpp

10 lines
170 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();
#endif