mirror of
https://github.com/isledecomp/isle.git
synced 2024-12-20 13:02:36 -05:00
c47206617d
* Reorganize sources * Refactor * Remove relative paths * Renames * Fix gitignore * Remove stuff * Try fixing format script * Fix format * Fix format * Fix naming script * Test format * Fix format
12 lines
192 B
C++
12 lines
192 B
C++
#include "legohideanimpresenter.h"
|
|
|
|
// FUNCTION: LEGO1 0x1006d7e0
|
|
LegoHideAnimPresenter::LegoHideAnimPresenter()
|
|
{
|
|
Init();
|
|
}
|
|
|
|
// STUB: LEGO1 0x1006da50
|
|
void LegoHideAnimPresenter::Init()
|
|
{
|
|
}
|