mirror of
https://github.com/isledecomp/isle.git
synced 2024-12-19 04:22:30 -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
|
||
|
}
|