isle/LEGO1/legotexturepresenter.h

16 lines
306 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