|
Typedefs |
| typedef SWCompress * | SWCompressPtr |
| typedef SWDecompress * | SWDecompressPtr |
Functions |
| SWError | SWCompressInit (SWCompressPtr *newState) |
| void | SWCompressExit (SWCompressPtr *oldState) |
| long | SWCompress (const void *inData, long inLength, void *outData, long outLength) |
| void | SWCompress_RW (SWCompressPtr state, SDL_RWops *in, SDL_RWops *out) |
| SWError | SWDecompressInit (SWDecompressPtr *newState) |
| void | SWDecompressExit (SWDecompressPtr *oldState) |
| long | SWDecompress (const void *inData, long inLength, void *outData, long outLength) |
| void | SWDecompress_RW (SWDecompressPtr state, SDL_RWops *in, SDL_RWops *out) |