mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-21 17:46:39 -05:00
10 lines
191 B
C
10 lines
191 B
C
#ifndef GUARD_GBA_COLOR_UTIL_H
|
|
#define GUARD_GBA_COLOR_UTIL_H
|
|
|
|
#include "structs/rgb.h"
|
|
|
|
u16 RGBToGbaColor(RGB_Array s);
|
|
RGB_Array GbaColorToRGB(u16 color);
|
|
|
|
#endif // GUARD_GBA_COLOR_UTIL_H
|