dxx-rebirth/similar/2d
Kp 8cc7be4986 Use std::bitset to track used colors
This reduces memory usage over using std::array<bool> for the same
number of bits.
2020-07-16 02:31:04 +00:00
..
font.cpp Use std::bitset to track used colors 2020-07-16 02:31:04 +00:00
palette.cpp Delegate PCX loading to SDL_image 2020-05-17 23:35:26 +00:00
pcx.cpp Use C++17 std::size instead of custom lengthof 2020-07-05 23:34:32 +00:00