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

@@ -31,7 +31,7 @@ public:
private:
// Members should be renamed with their offsets before use
/*
struct SomeStruct
struct UnkStruct
{
undefined4 unk1;
undefined2 unk2;
@@ -53,7 +53,7 @@ private:
undefined2 unk10;
undefined2 unk11;
undefined2 padding3;
SomeStruct unk12[6];
UnkStruct unk12[6];
undefined4 unk13;
*/