mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Use different commets
This commit is contained in:
parent
09ebd6e6d0
commit
8dc9ab4109
@ -10,10 +10,10 @@
|
|||||||
// but present in SMACK.LIB and used directly by Mindscape.
|
// but present in SMACK.LIB and used directly by Mindscape.
|
||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
// FUNCTION: LEGO1 0x100cd782
|
// (SMACK.LIB) FUNCTION: LEGO1 0x100cd782
|
||||||
u32 SmackGetSizeTables();
|
u32 SmackGetSizeTables();
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x100cd7e8
|
// (SMACK.LIB) FUNCTION: LEGO1 0x100cd7e8
|
||||||
void SmackDoTables(
|
void SmackDoTables(
|
||||||
u8* p_huffmanTrees,
|
u8* p_huffmanTrees,
|
||||||
u8* p_huffmanTables,
|
u8* p_huffmanTables,
|
||||||
@ -23,7 +23,7 @@ extern "C"
|
|||||||
u32 p_typeSize
|
u32 p_typeSize
|
||||||
);
|
);
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x100d052c
|
// (SMACK.LIB) FUNCTION: LEGO1 0x100d052c
|
||||||
u32 SmackGetSizeDeltas(u32 p_width, u32 p_height);
|
u32 SmackGetSizeDeltas(u32 p_width, u32 p_height);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user