2011-09-13 17:50:18 +03:00
|
|
|
#ifndef _rrdata__hpp__included__
|
|
|
|
#define _rrdata__hpp__included__
|
|
|
|
|
2013-10-08 21:35:01 +03:00
|
|
|
#include "library/rrdata.hpp"
|
2011-09-13 17:50:18 +03:00
|
|
|
|
2013-10-08 21:35:01 +03:00
|
|
|
extern rrdata_set rrdata;
|
2011-09-13 17:50:18 +03:00
|
|
|
|
2013-10-08 21:35:01 +03:00
|
|
|
rrdata_set::instance random_rrdata();
|
2013-10-10 02:22:41 +03:00
|
|
|
std::string rrdata_filename(const std::string& projectid);
|
2011-09-13 17:50:18 +03:00
|
|
|
|
|
|
|
#endif
|