|
OpenTTD Source 20260304-master-g1baaa74679
|
Implementation of the animated 40 bpp blitter. More...
#include "../stdafx.h"#include "../zoom_func.h"#include "../settings_type.h"#include "../video/video_driver.hpp"#include "../palette_func.h"#include "40bpp_anim.hpp"#include "common.hpp"#include "../table/sprites.h"#include "../safeguards.h"Go to the source code of this file.
Variables | |
| static FBlitter_40bppAnim | iFBlitter_40bppAnim |
| Instantiation of the 40bpp with animation blitter factory. | |
| static const Colour | _black_colour {0, 0, 0} |
| Cached black value. | |
Implementation of the animated 40 bpp blitter.
Definition in file 40bpp_anim.cpp.
|
static |
Cached black value.
Definition at line 27 of file 40bpp_anim.cpp.
Referenced by Blitter_40bppAnim::Draw(), Blitter_40bppAnim::DrawLine(), Blitter_40bppAnim::DrawRect(), and Blitter_40bppAnim::SetPixel().
|
static |
Instantiation of the 40bpp with animation blitter factory.
Definition at line 24 of file 40bpp_anim.cpp.