mirror of
https://github.com/aaru-dps/Aaru.Compression.Native.git
synced 2025-12-16 11:14:30 +00:00
13 lines
234 B
C
13 lines
234 B
C
//
|
|
// Created by claunia on 17/10/21.
|
|
//
|
|
|
|
#ifndef AARU_COMPRESSION_NATIVE__ADC_H_
|
|
#define AARU_COMPRESSION_NATIVE__ADC_H_
|
|
|
|
#define ADC_PLAIN 1
|
|
#define ADC_TWO_BYTE 2
|
|
#define ADC_THREE_BYTE 3
|
|
|
|
#endif // AARU_COMPRESSION_NATIVE__ADC_H_
|