From ff00ac7c7c0165a7d1aa13623211e198dee7a3fe Mon Sep 17 00:00:00 2001 From: Joshua Peisach Date: Sun, 11 Jun 2023 15:44:35 -0400 Subject: [PATCH] Add public MxPalette functions to header --- LEGO1/mxpalette.h | 2 ++ 1 file changed, 2 insertions(+) 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