|
Niotso
git revision 558726a9f13d7c3423a683dd2f4323589b66c310
The New Implementation of The Sims Online
|
#include "iffparser.h"Macros | |
| #define | read_split(x, y, z) (largefields ? read_uint##z(x) : read_uint##y(x)) |
Functions | |
| int | iff_parse_dgrp (IFFChunk *ChunkInfo, const uint8_t *Buffer) |
| void | iff_free_dgrp (void *FormattedData) |
| #define read_split | ( | x, | |
| y, | |||
| z | |||
| ) | (largefields ? read_uint##z(x) : read_uint##y(x)) |
| void iff_free_dgrp | ( | void * | FormattedData) |
| int iff_parse_dgrp | ( | IFFChunk * | ChunkInfo, |
| const uint8_t * | Buffer | ||
| ) |
1.8.4