mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
12 lines
182 B
C++
12 lines
182 B
C++
#ifndef __JSURANDOMINPUTSTREAM_H__
|
|
#define __JSURANDOMINPUTSTREAM_H__
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
class JSURandomInputStream {
|
|
public:
|
|
void getAvailable(void) const;
|
|
};
|
|
|
|
#endif
|