Write out a cahnnel object to a file.
Write out a cahnnel object to a file. Due to the volume of data in this object, I am trying to use memcpy to move double information to a single array before writing. If this works, good; otherwise, I waill have to move data over using more statements. I don't want to just call fwrite on the object because if it changes in a later version, then old save files would be unreadable. By writing out data as primitives, we can keep old load functions that can still be used on old save files, while writing new load functions to work with new save files.
Alphabetic index HTML hierarchy of classes or Java