2001-04-01 12:28:01 +02:00
|
|
|
|
|
|
|
#ifndef __PAK_PAK_H__
|
|
|
|
#define __PAK_PAK_H__
|
|
|
|
|
|
|
|
int PAK_doPak(u8 * Dest,u8 const * source,int insize);
|
|
|
|
int PAK_doUnpak(u8 * Dest,u8 const * Source);
|
|
|
|
int PAK_findPakSize(u8 const * souce,int insize);
|
|
|
|
int PAK_getLastAmountOfDataRead(void);
|
|
|
|
|
|
|
|
|
|
|
|
|
2001-04-01 22:22:49 +02:00
|
|
|
#endif
|