isle/LEGO1/legocameracontroller.h
2023-06-27 16:06:10 -07:00

17 lines
292 B
C++

#ifndef LEGOCAMERACONTROLLER_H
#define LEGOCAMERACONTROLLER_H
#include "mxcore.h"
class LegoCameraController : public MxCore
{
public:
virtual ~LegoCameraController(); // vtable+0x0
virtual void VTable0x44(); // vtable+0x44
// VTABLE 0x100d57b0
};
#endif // LEGOCAMERACONTROLLER_H