Files
tp/include/JSystem/JSupport/JSURandomInputStream/JSURandomInputStream.h
T

12 lines
182 B
C++
Raw Normal View History

2020-12-06 21:02:25 +01:00
#ifndef __JSURANDOMINPUTSTREAM_H__
#define __JSURANDOMINPUTSTREAM_H__
#include "dolphin/types.h"
class JSURandomInputStream {
2020-12-26 11:31:49 -05:00
public:
2020-12-06 21:02:25 +01:00
void getAvailable(void) const;
};
#endif