mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2025-12-12 18:28:51 +01:00
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__ */
|