mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-14 04:01:15 +00:00
16 lines
306 B
C++
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
|