mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 03:31:15 +00:00
12 lines
236 B
C++
12 lines
236 B
C++
#ifndef LEGOACTIONCONTROLPRESENTER_H
|
|
#define LEGOACTIONCONTROLPRESENTER_H
|
|
|
|
#include "mxmediapresenter.h"
|
|
|
|
class LegoActionControlPresenter : public MxMediaPresenter
|
|
{
|
|
// SIZE 0x68
|
|
};
|
|
|
|
#endif // LEGOACTIONCONTROLPRESENTER_H
|