libnds
|
A struct that contains callback function pointers used by the decompression functions. More...
#include <bios.h>
Data Fields | |
getResultCallback | getResult |
It gets called to verify the result afterwards. It can be NULL. | |
getHeaderCallback | getSize |
It gets called to get the header of the stream. | |
getByteCallback | readByte |
It gets called to get a byte of the compressed data. | |
getHalfWordCallback | readHalfWord |
It gets called to get a halfword of the compressed data. Unused. | |
getWordCallback | readWord |
It gets called to get a word of the compressed data. Used for Huffman. | |
A struct that contains callback function pointers used by the decompression functions.