mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
12 lines
176 B
C++
12 lines
176 B
C++
#ifndef __JSUFILEINPUTSTREAM_H__
|
|
#define __JSUFILEINPUTSTREAM_H__
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
class JSUFileInputStream {
|
|
public:
|
|
virtual ~JSUFileInputStream();
|
|
};
|
|
|
|
#endif
|