diff options
Diffstat (limited to 'source.list')
-rw-r--r-- | source.list | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source.list b/source.list index 4f9c8aa0d..510afcc73 100644 --- a/source.list +++ b/source.list @@ -314,6 +314,7 @@ safeguards.h screenshot.h sound/sdl_s.h video/sdl_v.h +video/sdl2_v.h settings_func.h settings_gui.h settings_internal.h @@ -1097,6 +1098,9 @@ video/null_v.cpp #if SDL video/sdl_v.cpp #end + #if SDL2 + video/sdl2_v.cpp + #end #if WIN32 video/win32_v.cpp #end @@ -1139,6 +1143,9 @@ sound/null_s.cpp #if SDL sound/sdl_s.cpp #end + #if SDL2 + sound/sdl2_s.cpp + #end #if WIN32 sound/win32_s.cpp #if USE_XAUDIO2 |