void read(NIFStream *nif) { Controller::read(nif); data.read(nif); nif->getChar(); // always 0 }
void post(NIFFile *nif) { Controller::post(nif); data.post(nif); }
void read(NIFFile *nif) { Controller::read(nif); data.read(nif); nif->getByte(); // always 0 }