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

13 lines
185 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 {
public:
void getAvailable(void) const;
};
#endif