dxx-rebirth/similar/2d
Kp 7effca68f0 Use RAII_SDL_Surface to track SDL-only main canvas surface
The Rebirth main screen grd_curscreen borrows the memory allocated by
SDL_CreateRGBSurface to store its data.  Store the pointer to that
surface inside grd_curscreen and make grd_curscreen responsible for
freeing the surface.
2022-11-06 18:18:57 +00:00
..
font.cpp Fix MacOS clang build of similar/2d/font.cpp 2022-10-02 19:51:36 +00:00
palette.cpp Remove unused copy_diminish_palette 2022-07-02 18:10:45 +00:00
pcx.cpp Use RAII_SDL_Surface to track SDL-only main canvas surface 2022-11-06 18:18:57 +00:00