mirror of
https://github.com/encounter/ogws.git
synced 2026-03-30 11:33:37 -07:00
13 lines
180 B
C
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 |