mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-12-03 04:37:01 -05:00
14 lines
209 B
C++
14 lines
209 B
C++
|
#include "legoloopinganimpresenter.h"
|
||
|
|
||
|
// STUB: LEGO1 0x1006caa0
|
||
|
void LegoLoopingAnimPresenter::StreamingTickle()
|
||
|
{
|
||
|
// TODO
|
||
|
}
|
||
|
|
||
|
// STUB: LEGO1 0x1006cb40
|
||
|
void LegoLoopingAnimPresenter::PutFrame()
|
||
|
{
|
||
|
// TODO
|
||
|
}
|