mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement parts of LegoCarBuild
and dependents (#1092)
* Implement parts of `LegoCarBuild` and dependents * Fix BETA10 offset * Fix constants * Code style: Rename parameters * Linter fixes v2 * Linter errors v3 * Add BETA10 variable names for presenters * Address review comments --------- Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
@@ -113,6 +113,7 @@ inline Tgl::Group* Lego3DManager::GetScene()
|
||||
return m_pLego3DView->GetScene();
|
||||
}
|
||||
|
||||
// FUNCTION: BETA10 0x10011840
|
||||
inline Lego3DView* Lego3DManager::GetLego3DView()
|
||||
{
|
||||
return m_pLego3DView;
|
||||
|
@@ -47,6 +47,7 @@ public:
|
||||
|
||||
// FUNCTION: BETA10 0x100d5570
|
||||
Tgl::View* GetView() const { return m_pView; }
|
||||
|
||||
Tgl::Group* GetScene() const { return m_pScene; }
|
||||
|
||||
// FUNCTION: BETA10 0x1017cbc0
|
||||
|
Reference in New Issue
Block a user