mirror of
https://github.com/encounter/ss.git
synced 2026-03-30 11:38:52 -07:00
14 lines
182 B
C
14 lines
182 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[];
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|