isle/LEGO1/mxpalette.h

12 lines
195 B
C
Raw Normal View History

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