OpenTTD Source 20260109-master-g241b5fcdfe
40bpp_anim.cpp File Reference

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.
 

Detailed Description

Implementation of the animated 40 bpp blitter.

Definition in file 40bpp_anim.cpp.

Variable Documentation

◆ iFBlitter_40bppAnim

FBlitter_40bppAnim iFBlitter_40bppAnim
static

Instantiation of the 40bpp with animation blitter factory.

Definition at line 24 of file 40bpp_anim.cpp.