mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 23:48:12 -05:00
22 lines
238 B
C++
22 lines
238 B
C++
|
#include "score.h"
|
||
|
|
||
|
// OFFSET: LEGO1 0x10001000 STUB
|
||
|
Score::Score()
|
||
|
{
|
||
|
// TODO
|
||
|
}
|
||
|
|
||
|
// OFFSET: LEGO1 0x10001200 STUB
|
||
|
Score::~Score()
|
||
|
{
|
||
|
// TODO
|
||
|
}
|
||
|
|
||
|
// OFFSET: LEGO1 0x10001410 STUB
|
||
|
long Score::Notify(MxParam &p)
|
||
|
{
|
||
|
// TODO
|
||
|
|
||
|
return 0;
|
||
|
}
|