1
0
Fork 0
mirror of https://github.com/isledecomp/isle.git synced 2024-12-21 21:42:50 -05:00
isle/LEGO1/viewmanager/viewlod.cpp
Christian Semmler 873926afe2
Implement TglImpl::MeshBuilder::CreateMesh ()
* WIP

* Change

* Fix

* Improve match

* Rename class

* Fix function

* Fix annotation

* Fix annotations

* Fix annotation
2024-03-08 17:55:25 +01:00

7 lines
99 B
C++

#include "viewlod.h"
// FUNCTION: LEGO1 0x100a5e40
ViewLOD::~ViewLOD()
{
delete m_meshBuilder;
}