RandyGaul / cute_headers

Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games
4.33k stars 269 forks source link

cute_tiled: Use AARRGGBB for all colors #364

Closed RobLoach closed 1 year ago

RobLoach commented 1 year ago

This aims to tackle #361 by moving to uint32_t for colors, and enabling the alpha channel when it's just RRGGBB.