mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 07:37:59 -05:00
873926afe2
* WIP * Change * Fix * Improve match * Rename class * Fix function * Fix annotation * Fix annotations * Fix annotation
7 lines
99 B
C++
7 lines
99 B
C++
#include "viewlod.h"
|
|
|
|
// FUNCTION: LEGO1 0x100a5e40
|
|
ViewLOD::~ViewLOD()
|
|
{
|
|
delete m_meshBuilder;
|
|
}
|