From b8df05413a4e8b299de07b915cddce73a3bb16e3 Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Thu, 13 Oct 2022 17:56:43 +0100 Subject: finish CLMain.c --- includes/macemul.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/macemul.h') diff --git a/includes/macemul.h b/includes/macemul.h index 03b6c68..4d0e502 100644 --- a/includes/macemul.h +++ b/includes/macemul.h @@ -146,7 +146,7 @@ extern Boolean LMGetResLoad(); /********************************/ /* ResourceStrings */ extern void Res_Initialize(); -extern int Res_AddResource(const char *name, SInt16 rsrcid, const char **strings); +extern int Res_AddResource(const char *name, SInt16 rsrcid, Handle strings); extern const char *Res_GetResource(SInt16 rsrcid, SInt16 index); extern void Res_Cleanup(); -- cgit v1.2.3