isle/LEGO1/legotexturepresenter.h
2023-06-27 16:06:10 -07:00

16 lines
291 B
C++

#ifndef LEGOTEXTUREPRESENTER_H
#define LEGOTEXTUREPRESENTER_H
#include "mxmediapresenter.h"
class LegoTexturePresenter : public MxMediaPresenter
{
public:
virtual void DoneTickle(); // vtable+0x2c, override MxPresenter
// VTABLE 0x
// SIZE 0x54
};
#endif // LEGOTEXTUREPRESENTER_H