mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 19:21:15 +00:00
16 lines
245 B
C++
16 lines
245 B
C++
#ifndef LEGOPATHPRESENTER_H
|
|
#define LEGOPATHPRESENTER_H
|
|
|
|
#include "mxmediapresenter.h"
|
|
|
|
class LegoPathPresenter : public MxMediaPresenter
|
|
{
|
|
public:
|
|
LegoPathPresenter();
|
|
|
|
// VTABLE 0x100d7c10
|
|
};
|
|
|
|
|
|
#endif // LEGOPATHPRESENTER_H
|