Implement ViewManager::FUN_100a65b0 (#650)

This commit is contained in:
Christian Semmler
2024-03-09 23:12:15 -05:00
committed by GitHub
parent a55b01d186
commit 660c1e1170
5 changed files with 65 additions and 8 deletions

View File

@@ -28,6 +28,7 @@ public:
Tgl::MeshBuilder* GetMeshBuilder() { return m_meshBuilder; }
const Tgl::MeshBuilder* GetMeshBuilder() const { return m_meshBuilder; }
undefined4 GetUnknown0x08() { return m_unk0x08; }
unsigned char GetUnknown0x08Test4() { return m_unk0x08 & 0xffffff04; }
unsigned char GetUnknown0x08Test8() { return m_unk0x08 & 0xffffff08; }