mirror of
https://github.com/encounter/tww.git
synced 2026-03-30 11:41:09 -07:00
adb95b135c
Original repository: https://github.com/encounter/ww
10 lines
259 B
C
10 lines
259 B
C
#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 |