Add bclim support
This commit is contained in:
@@ -12,4 +12,5 @@ CTRFF_API void RGBA2RGB565(ctrff::u16 *out, const std::vector<ctrff::u8> &img,
|
||||
const int &w, const int &h);
|
||||
CTRFF_API std::vector<ctrff::u8> DownscaleImage(
|
||||
const std::vector<ctrff::u8> &img, int w, int h, int scale);
|
||||
CTRFF_API ctrff::u32 TileIndex(const int &x, const int &y, const int &w);
|
||||
} // namespace ctrff
|
||||
Reference in New Issue
Block a user