mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-14 04:01:15 +00:00
15 lines
310 B
C++
15 lines
310 B
C++
#ifndef LEGOACTIONCONTROLPRESENTER_H
|
|
#define LEGOACTIONCONTROLPRESENTER_H
|
|
|
|
#include "mxmediapresenter.h"
|
|
|
|
class LegoActionControlPresenter : public MxMediaPresenter
|
|
{
|
|
void FUN_10043e20(char param_1);
|
|
void FUN_100b54f0(char param_1);
|
|
|
|
// SIZE 0x68
|
|
};
|
|
|
|
#endif // LEGOACTIONCONTROLPRESENTER_H
|