mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-23 08:08:03 -05:00
12 lines
236 B
C
12 lines
236 B
C
|
#ifndef MXVIDEOMANAGER_H
|
||
|
#define MXVIDEOMANAGER_H
|
||
|
|
||
|
class MxVideoManager
|
||
|
{
|
||
|
public:
|
||
|
__declspec(dllexport) void InvalidateRect(MxRect32 &);
|
||
|
__declspec(dllexport) virtual long RealizePalette(MxPalette *);
|
||
|
};
|
||
|
|
||
|
#endif // MXVIDEOMANAGER_H
|