mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-12-03 20:51:16 -05:00
8069923651
* Rename LegoUnkSaveDataWriter -> LegoCharacterManager * Refactor mxomni into mxomni/mxmisc * Refactor legoomni into legoomni/misc * Resolve deps * Refactor atom * Refactor mxutil * Refactor mxio * Rename/relocate files * Fix format
9 lines
134 B
C++
9 lines
134 B
C++
#include "act2policestation.h"
|
|
|
|
// STUB: LEGO1 0x1004e0e0
|
|
MxLong Act2PoliceStation::Notify(MxParam& p_param)
|
|
{
|
|
// TODO
|
|
|
|
return 0;
|
|
}
|