diff options
author | Ash Wolf <ninji@wuffs.org> | 2022-10-13 17:56:43 +0100 |
---|---|---|
committer | Ash Wolf <ninji@wuffs.org> | 2022-10-13 17:56:43 +0100 |
commit | b8df05413a4e8b299de07b915cddce73a3bb16e3 (patch) | |
tree | 74260aa4137676a7dc40fab0d07526d39a1de688 /includes/macemul.h | |
parent | 59a724bd4cc7a543686c633572510e6763b34d39 (diff) | |
download | MWCC-b8df05413a4e8b299de07b915cddce73a3bb16e3.tar.gz MWCC-b8df05413a4e8b299de07b915cddce73a3bb16e3.zip |
finish CLMain.c
Diffstat (limited to '')
-rw-r--r-- | includes/macemul.h | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |