mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-30 19:51: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
204 B
C++
14 lines
204 B
C++
#include "legoactor.h"
|
|
|
|
DECOMP_SIZE_ASSERT(LegoActor, 0x78)
|
|
|
|
// FUNCTION: LEGO1 0x1002d110
|
|
LegoActor::LegoActor()
|
|
{
|
|
m_unk0x68 = 0.0f;
|
|
m_unk0x6c = 0;
|
|
m_unk0x70 = 0.0f;
|
|
m_unk0x10 = 0;
|
|
m_unk0x74 = 0;
|
|
}
|