1
0
Fork 0
mirror of https://github.com/isledecomp/isle.git synced 2025-08-22 11:01:49 -04:00
isle/LEGO1/mxpalette.h

12 lines
195 B
C
Raw Normal View History

2023-04-27 19:19:39 -07:00
#ifndef MXPALETTE_H
#define MXPALETTE_H
class MxPalette
{
public:
__declspec(dllexport) unsigned char operator==(MxPalette &);
__declspec(dllexport) void Detach();
2023-04-27 19:19:39 -07:00
};
#endif // MXPALETTE_H