|
OpenTTD Source
1.11.2
|
#include "../stdafx.h"#include "../core/random_func.hpp"#include "../network/network.h"#include "../blitter/factory.hpp"#include "../debug.h"#include "../fontcache.h"#include "../gfx_func.h"#include "../gfxinit.h"#include "../progress.h"#include "../thread.h"#include "../window_func.h"#include "video_driver.hpp"Go to the source code of this file.
Variables | |
| bool | _video_hw_accel |
| Whether to consider hardware accelerated video drivers. | |
| bool | _video_vsync |
| Whether we should use vsync (only if _video_hw_accel is enabled). | |
Common code between video driver implementations.
Definition in file video_driver.cpp.