1
0
Fork 0
mirror of https://github.com/isledecomp/isle.git synced 2025-05-17 00:05:55 -04:00
isle/lib/mxbitmap.h

11 lines
141 B
C
Raw Normal View History

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