Renamed palette_colorIdx -> palette_colorToIdx

This commit is contained in:
rxi
2016-09-26 20:14:17 +01:00
parent 9ef23e88d7
commit eee7fccb82
4 changed files with 4 additions and 4 deletions

View File

@@ -3,6 +3,6 @@
void palette_init(void);
void palette_reset(void);
int palette_colorIdx(int r, int g, int b);
int palette_colorToIdx(int r, int g, int b);
#endif