Use macros for Seek modes

This commit is contained in:
Christian Semmler
2024-12-16 13:50:57 -07:00
parent 615c3a5047
commit fdc79ce792
6 changed files with 8 additions and 8 deletions

View File

@@ -43,7 +43,7 @@ public:
MxResult Open(MxULong) override; // vtable+0x14
MxResult Close() override; // vtable+0x18
MxResult Read(unsigned char*, MxULong) override; // vtable+0x20
MxResult Seek(MxLong, int) override; // vtable+0x24
MxResult Seek(MxLong, MxS32) override; // vtable+0x24
MxULong GetBufferSize() override; // vtable+0x28
MxULong GetStreamBuffersNum() override; // vtable+0x2c