mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 23:48:12 -05:00
14 lines
141 B
C++
14 lines
141 B
C++
|
#include "act3.h"
|
||
|
|
||
|
// OFFSET: LEGO1 0x10072270 STUB
|
||
|
Act3::Act3()
|
||
|
{
|
||
|
// TODO
|
||
|
}
|
||
|
|
||
|
// OFFSET: LEGO1 0x100726a0 STUB
|
||
|
Act3::~Act3()
|
||
|
{
|
||
|
// TODO
|
||
|
}
|