Files
mikunyan/ext/decoders/native/rgb.h
T
2018-05-26 21:42:02 +09:00

9 lines
161 B
C

#ifndef RGB_H
#define RGB_H
#include <stdint.h>
void decode_rgb565(const uint16_t*, const int, const int, uint8_t*);
#endif /* end of include guard: RGB_H */