summaryrefslogtreecommitdiff
path: root/gba_cc_lut.h
diff options
context:
space:
mode:
Diffstat (limited to 'gba_cc_lut.h')
-rw-r--r--gba_cc_lut.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/gba_cc_lut.h b/gba_cc_lut.h
new file mode 100644
index 0000000..492d178
--- /dev/null
+++ b/gba_cc_lut.h
@@ -0,0 +1,8 @@
+#ifndef __CC_LUT_H__
+#define __CC_LUT_H__
+
+#include "common.h"
+
+extern const u16 gba_cc_lut[];
+
+#endif /* __CC_LUT_H__ */