mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-23 07:58:21 -05:00
15 lines
298 B
C
15 lines
298 B
C
|
#ifndef LEGOMETERPRESENTER_H
|
||
|
#define LEGOMETERPRESENTER_H
|
||
|
|
||
|
#include "mxstillpresenter.h"
|
||
|
|
||
|
// VTABLE 0x100d7ac8
|
||
|
// SIZE 0x94 (from 0x1000a163)
|
||
|
class LegoMeterPresenter : public MxStillPresenter
|
||
|
{
|
||
|
public:
|
||
|
// MxStillPresenter's `::ClassName` and `::IsA` are used.
|
||
|
};
|
||
|
|
||
|
#endif // LEGOMETERPRESENTER_H
|