OpenTTD Source
20241108-master-g80f628063a
|
Directories |
Files | |
file | allegro_v.cpp [code] |
Implementation of the Allegro video driver. | |
file | allegro_v.h [code] |
Base of the Allegro video driver. | |
file | dedicated_v.cpp [code] |
Dedicated server video 'driver'. | |
file | dedicated_v.h [code] |
Base for the dedicated video driver. | |
file | null_v.cpp [code] |
The video driver that doesn't blit. | |
file | null_v.h [code] |
Base of the video driver that doesn't blit. | |
file | opengl.h [code] |
OpenGL video driver support. | |
file | sdl2_default_v.cpp [code] |
Implementation of the default backend for SDL2 video driver. | |
file | sdl2_default_v.h [code] |
Default backend of the SDL2 video driver. | |
file | sdl2_opengl_v.cpp [code] |
Implementation of the OpenGL backend for SDL2 video driver. | |
file | sdl2_opengl_v.h [code] |
OpenGL backend of the SDL2 video driver. | |
file | sdl2_v.cpp [code] |
Implementation of the SDL2 video driver. | |
file | sdl2_v.h [code] |
Base of the SDL2 video driver. | |
file | sdl_v.cpp [code] |
Implementation of the SDL video driver. | |
file | sdl_v.h [code] |
Base of the SDL video driver. | |
file | video_driver.cpp [code] |
Common code between video driver implementations. | |
file | video_driver.hpp [code] |
Base of all video drivers. | |
file | win32_v.cpp [code] |
Implementation of the Windows (GDI) video driver. | |
file | win32_v.h [code] |
Base of the Windows video driver. | |