Merge remote-tracking branch 'upstream/master' into legobackgroundcolor

This commit is contained in:
Misha
2023-06-29 16:49:51 +03:00
308 changed files with 8715 additions and 240 deletions

View File

@@ -4,9 +4,14 @@
#include "mxvideomanager.h"
#include "lego3dmanager.h"
// VTABLE 0x100d9c88
// SIZE 0x590
class LegoVideoManager : public MxVideoManager
{
public:
LegoVideoManager();
virtual ~LegoVideoManager() override;
__declspec(dllexport) int EnableRMDevice();
__declspec(dllexport) int DisableRMDevice();
__declspec(dllexport) void EnableFullScreenMovie(unsigned char a, unsigned char b);