rename all uncertain names to unk (#203)

This commit is contained in:
Ramen2X
2023-10-13 17:36:16 -04:00
committed by GitHub
parent 34e09c2bb3
commit a24a798c82
13 changed files with 36 additions and 36 deletions

View File

@@ -28,7 +28,7 @@ public:
virtual MxLong Open(MxULong) = 0;
virtual MxLong Close() = 0;
virtual void SomethingWhichCallsRead(void* pUnknownObject);
virtual void FUN_100bffd0(void* p_unk);
virtual MxResult Read(unsigned char *, MxULong) = 0;
virtual MxLong Seek(MxLong, int) = 0;
virtual MxULong GetBufferSize() = 0;