|
OpenTTD Source 20260110-master-g14e0917ae4
|
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.
Functions | |
| static const Colour | _black_colour (0, 0, 0) |
| Cached black value. | |
Variables | |
| static FBlitter_40bppAnim | iFBlitter_40bppAnim |
| Instantiation of the 40bpp with animation blitter factory. | |
Implementation of the animated 40 bpp blitter.
Definition in file 40bpp_anim.cpp.
|
static |
Instantiation of the 40bpp with animation blitter factory.
Definition at line 24 of file 40bpp_anim.cpp.