isle-portable/LEGO1/mxbitmap.h

11 lines
141 B
C
Raw Normal View History

2023-04-27 22:19:39 -04:00
#ifndef MXBITMAP_H
#define MXBITMAP_H
class MxBitmap
{
public:
__declspec(dllexport) MxPalette *CreatePalette();
};
#endif // MXBITMAP_H