From b1282104efa4f817fc4a6bafd6484ed06bd70a12 Mon Sep 17 00:00:00 2001 From: Roman Masanin <52833910+theR4K@users.noreply.github.com> Date: Wed, 12 Jul 2023 00:03:57 +0200 Subject: [PATCH] Update LEGO1/mxdirectdraw.h Co-authored-by: MattKC <34096995+itsmattkc@users.noreply.github.com> --- LEGO1/mxdirectdraw.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LEGO1/mxdirectdraw.h b/LEGO1/mxdirectdraw.h index f4ecd61e..2024a3ac 100644 --- a/LEGO1/mxdirectdraw.h +++ b/LEGO1/mxdirectdraw.h @@ -123,8 +123,8 @@ class MxDirectDraw SIZE& textSizeOnSurface); BOOL TextToTextSurface1(const char* text); BOOL TextToTextSurface2(const char* lpString); - void unk1(); - void unk2(); + void FUN_1009E020(); + void FUN_1009D920(); }; #endif // MXDIRECTDRAW_H