mirror of
https://github.com/zeldaret/ss
synced 2026-05-24 07:10:53 -04:00
15 lines
210 B
C
15 lines
210 B
C
#ifndef RVL_SDK_AX_COMP_H
|
|
#define RVL_SDK_AX_COMP_H
|
|
#include "common.h"
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern u16 __AXCompressorTable[];
|
|
void AXSetCompressor(BOOL);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|