dxx-rebirth/similar/2d
Kp 6e4b63e098 Use C++17 std::size instead of custom lengthof
lengthof was added to provide the size of C arrays.  C++17 std::size is
now available, and can serve the same purpose.  Remove the custom
lengthof.

The generated code is the same in both cases, other than the change in
line numbers caused by removal of the #include directives.
2020-07-05 23:34:32 +00:00
..
font.cpp Inline gr_set_fontcolor 2020-07-05 23:34:32 +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