nickbabcock / Pdoxcl2Sharp

A Paradox Interactive general file parser
MIT License
39 stars 13 forks source link

Writer accepts a head with a function callback #14

Closed nickbabcock closed 11 years ago

nickbabcock commented 11 years ago

When parsing, one can either specify an IParadoxRead or a function, as IParadoxRead guarantees only a function. There is no equivalent for writing. When writing a header, one should have the option of specifying a function.