mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-22 06:20:02 -04:00
JSUInputStream
Not marked as matching; JSURandomInputStream::__vtable isn't being generated in the .obj for some reason, not sure why.
This commit is contained in:
@@ -16,9 +16,9 @@ public:
|
||||
/* vt[8] */ virtual s32 seekPos(s32, JSUStreamSeekFrom) = 0;
|
||||
|
||||
// TODO: fix return types
|
||||
/* 802DC370 */ s32 align(s32);
|
||||
/* 802DC458 */ s32 peek(void*, s32);
|
||||
/* 802DC4DC */ s32 seek(s32, JSUStreamSeekFrom);
|
||||
s32 align(s32);
|
||||
s32 peek(void*, s32);
|
||||
s32 seek(s32, JSUStreamSeekFrom);
|
||||
}; // Size = 0x8
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user