mirror of
https://github.com/depp/syncfiles.git
synced 2025-02-16 17:30:25 +00:00
Add missing MacTypes.r include to Rez file
This commit is contained in:
parent
7c5699b508
commit
3f1b059de2
@ -51,7 +51,9 @@ func writeRez(d *scriptdata, charmaps []string, filename string) error {
|
||||
w := bufio.NewWriter(fp)
|
||||
|
||||
w.WriteString(header)
|
||||
w.WriteString("#include \"resources.h\"\n")
|
||||
w.WriteString(
|
||||
"#include \"resources.h\"\n" +
|
||||
"#include \"MacTypes.r\"\n")
|
||||
writeStrings(w, `rSTRS_Charmaps, "Character Maps"`, charmapNames(d))
|
||||
writeStrings(w, `rSTRS_Scripts, "Scripts"`, constStrings(&d.scripts))
|
||||
writeStrings(w, `rSTRS_Regions, "Regions"`, constStrings(&d.regions))
|
||||
|
Loading…
x
Reference in New Issue
Block a user