From 66485ef7ad2e104aac5de0b86bb1d31fe705905b Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sat, 13 Jan 2024 17:48:22 -0500 Subject: [PATCH] Add missing annotations --- LEGO1/library_msvc.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/LEGO1/library_msvc.h b/LEGO1/library_msvc.h index e3fa187b..2e79ab2d 100644 --- a/LEGO1/library_msvc.h +++ b/LEGO1/library_msvc.h @@ -37,6 +37,9 @@ // LIBRARY: LEGO1 0x1008b5a0 // _sprintf +// LIBRARY: LEGO1 0x1008c010 +// _strncpy + // LIBRARY: ISLE 0x4081e0 // _srand @@ -50,4 +53,7 @@ // LIBRARY: ISLE 0x409190 // __getptd +// LIBRARY: LEGO1 0x100d1ed0 +// _strnicmp + #endif