Implement/match LegoROI::FUN_100a9170 (#639)

* Implement.match LegoROI::FUN_100a9170

* Add two LOD functions
This commit is contained in:
Christian Semmler
2024-03-08 15:29:16 -05:00
committed by GitHub
parent d978cbe7f9
commit 32ae9f3803
4 changed files with 46 additions and 7 deletions

View File

@@ -28,6 +28,7 @@ public:
float VTable0x10() override { return 0.0; } // vtable+0x10
LegoResult Read(Tgl::Renderer*, LegoTextureContainer* p_textureContainer, LegoStorage* p_storage);
LegoResult FUN_100aacb0(LegoFloat p_red, LegoFloat p_green, LegoFloat p_blue, LegoFloat p_alpha);
LegoResult FUN_100aad00(LegoTextureInfo* p_textureInfo);
static LegoBool FUN_100aae20(const LegoChar* p_name);