mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00

* Start of helicopter Implementation Mostly Matching, some issues with MxMatrix and/or MxVector4 * Fix some style issues * Fix some style issues
16 lines
175 B
C++
16 lines
175 B
C++
#include "act3.h"
|
|
|
|
DECOMP_SIZE_ASSERT(Act3, 0x4274)
|
|
|
|
// OFFSET: LEGO1 0x10072270 STUB
|
|
Act3::Act3()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100726a0 STUB
|
|
Act3::~Act3()
|
|
{
|
|
// TODO
|
|
}
|