isle/lib/legovideomanager.h

16 lines
311 B
C
Raw Normal View History

2023-04-27 22:19:39 -04:00
#ifndef LEGOVIDEOMANAGER_H
#define LEGOVIDEOMANAGER_H
class LegoVideoManager
{
public:
__declspec(dllexport) int EnableRMDevice();
__declspec(dllexport) void EnableFullScreenMovie(unsigned char a, unsigned char b);
__declspec(dllexport) void MoveCursor(int x, int y);
};
#endif // LEGOVIDEOMANAGER_H