RandyGaul / cute_headers

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

cute_tiled: Use AARRGGBB for all colors #364

Closed RobLoach closed 8 months ago

RobLoach commented 9 months ago

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