|
#ifndef JKRCOMPREESION_H_
|
|
#define JKRCOMPREESION_H_
|
|
|
|
typedef int JKRCompression;
|
|
const JKRCompression COMPRESSION_NONE = 0;
|
|
const JKRCompression COMPRESSION_YAY0 = 1;
|
|
const JKRCompression COMPRESSION_YAZ0 = 2;
|
|
const JKRCompression COMPRESSION_ASR = 3;
|
|
|
|
#endif |