| 2433 | } |
| 2434 | |
| 2435 | void fxMapperReadAtom(txMapper* self, Atom* atom) |
| 2436 | { |
| 2437 | atom->atomSize = fxMapperRead4(self); |
| 2438 | atom->atomType = fxMapperRead4(self); |
| 2439 | } |
| 2440 | |
| 2441 | void fxMapperSkip(txMapper* self, size_t size) |
| 2442 | { |
no test coverage detected