match JSupport

This commit is contained in:
SwareJonge
2025-06-17 00:00:16 +02:00
parent 0ab7bf6cd9
commit 37e7b7bf74
9 changed files with 212 additions and 14 deletions
@@ -107,6 +107,15 @@ public:
return *this;
}
};
class JSUOutputStream : protected JSUIosBase {
public:
virtual ~JSUOutputStream();
virtual int getAvailable() const = 0;
virtual int skip(s32 amount);
virtual int readData(void* buf, s32 size) = 0;
};
#endif
#endif