Holds information about multiple GRF.
Use this struct if you wish to open multiple GRF files
but retain a single GRF. Essentially merging the two GRF
files.
importzgrf.types;
// rdata.grf is loaded first and any files that are not in rdata.grf// are loaded from data.grfVirtualGRFgrf = VirtualGRF(["rdata.grf", "data.grf"]);
Holds information about multiple GRF. Use this struct if you wish to open multiple GRF files but retain a single GRF. Essentially merging the two GRF files.