mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-14 12:11:15 +00:00
12 lines
212 B
C++
12 lines
212 B
C++
#ifndef LEGOTEXTUREPRESENTER_H
|
|
#define LEGOTEXTUREPRESENTER_H
|
|
|
|
#include "mxmediapresenter.h"
|
|
|
|
class LegoTexturePresenter : public MxMediaPresenter
|
|
{
|
|
// SIZE 0x54
|
|
};
|
|
|
|
#endif // LEGOTEXTUREPRESENTER_H
|