summaryrefslogtreecommitdiff
path: root/gba_cc_lut.h
blob: 492d17851ed27c370df9e15e896b290e14f290fa (plain)
1
2
3
4
5
6
7
8
#ifndef __CC_LUT_H__
#define __CC_LUT_H__

#include "common.h"

extern const u16 gba_cc_lut[];

#endif /* __CC_LUT_H__ */