isle-portable/LEGO1/legometerpresenter.h

14 lines
297 B
C
Raw Normal View History

#ifndef LEGOMETERPRESENTER_H
#define LEGOMETERPRESENTER_H
#include "mxstillpresenter.h"
// VTABLE 0x100d7ac8
// SIZE 0x94 (from 0x1000a163)
2023-10-24 19:38:27 -04:00
class LegoMeterPresenter : public MxStillPresenter {
public:
2023-10-24 19:38:27 -04:00
// MxStillPresenter's `::ClassName` and `::IsA` are used.
};
#endif // LEGOMETERPRESENTER_H