mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 19:51:16 +00:00
17 lines
308 B
C++
17 lines
308 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
|