OpenTTD Source 20260304-master-g1baaa74679
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.

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.

Detailed Description

Implementation of the animated 40 bpp blitter.

Definition in file 40bpp_anim.cpp.

Variable Documentation

◆ _black_colour

const Colour _black_colour {0, 0, 0}
static

◆ iFBlitter_40bppAnim

FBlitter_40bppAnim iFBlitter_40bppAnim
static

Instantiation of the 40bpp with animation blitter factory.

Definition at line 24 of file 40bpp_anim.cpp.