MassBuilderSaveTool/src/BinaryIo
Guillaume Jacquemin 04e99d4953
BinaryIo: fix Reader::readValue().
std::fread() returns how many things it read, not the amount of
bytes read. Worst thing is, I got this right everywhere else.
2024-03-25 12:02:12 +01:00
..
BinaryIo.h Gvas: separate Binary{Reader,Writer}. 2024-03-08 21:18:17 +01:00
Reader.cpp Gvas: separate Binary{Reader,Writer}. 2024-03-08 21:18:17 +01:00
Reader.h BinaryIo: fix Reader::readValue(). 2024-03-25 12:02:12 +01:00
Writer.cpp Gvas: separate Binary{Reader,Writer}. 2024-03-08 21:18:17 +01:00
Writer.h Gvas: separate Binary{Reader,Writer}. 2024-03-08 21:18:17 +01:00