dxx-rebirth/similar/arch/sdl
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
..
digi.cpp
digi_audio.cpp Use std::span for sound_slot samples 2022-09-24 17:47:52 +00:00
digi_mixer.cpp
gr.cpp Use RAII_SDL_Surface to track SDL-only main canvas surface 2022-11-06 18:18:57 +00:00
init.cpp
jukebox.cpp