mbroemme / libmpq

libmpq is a library for manipulating MPQ (MoPaQ) archives, which are used by Blizzard in most of their games (e.g., Diablo, Diablo 2, StarCraft, WarCraft 3, and World of Warcraft).
http://libmpq.org
GNU General Public License v2.0
37 stars 13 forks source link

Remove libmpq__block_open_offset() and libmpq__block_close_offset() #4

Open mbroemme opened 12 years ago

mbroemme commented 12 years ago

Remove the block_open_offset() and block_close_offset() public functions, effectively everybody should use *block_read() only for block processing and this function should handle low-level block processing itself.