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

@@ -1,9 +1,9 @@
#include "mxdssource.h"
// OFFSET: LEGO1 0x100bffd0
void MxDSSource::SomethingWhichCallsRead(void* pUnknownObject)
void MxDSSource::FUN_100bffd0(void* p_unk)
{
// TODO: Calls read, reading into a buffer somewhere in pUnknownObject.
// TODO: Calls read, reading into a buffer somewhere in p_unk.
Read(NULL, 0);
}