mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 11:11:16 +00:00
16 lines
318 B
C++
16 lines
318 B
C++
#ifndef LEGOACTIONCONTROLPRESENTER_H
|
|
#define LEGOACTIONCONTROLPRESENTER_H
|
|
|
|
#include "mxmediapresenter.h"
|
|
|
|
class LegoActionControlPresenter : public MxMediaPresenter
|
|
{
|
|
public:
|
|
void VTable0x5c(char param); // vtable+0x5c
|
|
|
|
// VTABLE 0x100d5118
|
|
// SIZE 0x68
|
|
};
|
|
|
|
#endif // LEGOACTIONCONTROLPRESENTER_H
|