libnds
Data Fields
DecompressionStream Struct Reference

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.
 

Detailed Description

A struct that contains callback function pointers used by the decompression functions.


The documentation for this struct was generated from the following file: