Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4680 right-hear 1
 
2
#define __archiver_h__
3
4
 
5
#include "compressedfiles.h"
6
7
 
8
{
9
public:
10
    CCompressedArchive(unsigned char * aBuffer, LispInt aFullSize, LispInt aCompressed);
11
    CompressedFiles iFiles;
12
};
13
14
 
15