9 lines
122 B
C
9 lines
122 B
C
|
#ifndef __CC_LUT_H__
|
||
|
#define __CC_LUT_H__
|
||
|
|
||
|
#include "common.h"
|
||
|
|
||
|
extern const u16 gba_cc_lut[];
|
||
|
|
||
|
#endif /* __CC_LUT_H__ */
|