From 8dc9ab4109c7b5a38f0828d8a2d95bbeaab539e4 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Tue, 19 Dec 2023 14:13:23 -0500 Subject: [PATCH] Use different commets --- LEGO1/mxsmack.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LEGO1/mxsmack.h b/LEGO1/mxsmack.h index 310f96c0..188bc622 100644 --- a/LEGO1/mxsmack.h +++ b/LEGO1/mxsmack.h @@ -10,10 +10,10 @@ // but present in SMACK.LIB and used directly by Mindscape. extern "C" { - // FUNCTION: LEGO1 0x100cd782 + // (SMACK.LIB) FUNCTION: LEGO1 0x100cd782 u32 SmackGetSizeTables(); - // FUNCTION: LEGO1 0x100cd7e8 + // (SMACK.LIB) FUNCTION: LEGO1 0x100cd7e8 void SmackDoTables( u8* p_huffmanTrees, u8* p_huffmanTables, @@ -23,7 +23,7 @@ extern "C" u32 p_typeSize ); - // FUNCTION: LEGO1 0x100d052c + // (SMACK.LIB) FUNCTION: LEGO1 0x100d052c u32 SmackGetSizeDeltas(u32 p_width, u32 p_height); }