libnds
|
A struct that contains callback function pointers used by the decompression functions. More...
#include <bios.h>
Data Fields | |
getResultCallback | getResult |
gets called to verify the result afterwards, can be NULL (no callback). | |
getHeaderCallback | getSize |
gets called to get the header of the stream. | |
getByteCallback | readByte |
gets called to get a byte of the compressed data. | |
A struct that contains callback function pointers used by the decompression functions.