diff --git a/LEGO1/mxpalette.h b/LEGO1/mxpalette.h index 6ed23153..1d2e7dfb 100644 --- a/LEGO1/mxpalette.h +++ b/LEGO1/mxpalette.h @@ -4,6 +4,8 @@ class MxPalette { public: + void __cdecl MxPalette::Detach(void); + unsigned char __cdecl MxPalette::operator==(MxPalette *palette); }; #endif // MXPALETTE_H