Files
2023-09-19 08:49:51 -04:00

13 lines
180 B
C

#ifndef RVL_SDK_AX_COMP_H
#define RVL_SDK_AX_COMP_H
#include <types.h>
#ifdef __cplusplus
extern "C" {
#endif
extern u16 __AXCompressorTable[];
#ifdef __cplusplus
}
#endif
#endif