isle-portable/LEGO1/mxvideomanager.h
itsmattkc 279d626279 import all functions from lego1 exports
This declares a bunch of classes and functions for us, as well as fixes some declarations that were slightly incorrect (e.g. missing "virtual", etc)
2023-06-11 18:03:54 -07:00

11 lines
236 B
C++
Executable file

#ifndef MXVIDEOMANAGER_H
#define MXVIDEOMANAGER_H
class MxVideoManager
{
public:
__declspec(dllexport) void InvalidateRect(MxRect32 &);
__declspec(dllexport) virtual long RealizePalette(MxPalette *);
};
#endif // MXVIDEOMANAGER_H