mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-30 03:31:15 +00:00
* 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
14 lines
181 B
C++
14 lines
181 B
C++
#include "legoanimpresenter.h"
|
|
|
|
// STUB: LEGO1 0x10068420
|
|
LegoAnimPresenter::LegoAnimPresenter()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x100686f0
|
|
void LegoAnimPresenter::Init()
|
|
{
|
|
// TODO
|
|
}
|