OpenTTD Source 20241224-master-gee860a5c8e
8bpp_simple.cpp File Reference

Implementation of the simple 8 bpp blitter. More...

#include "../stdafx.h"
#include "../zoom_func.h"
#include "8bpp_simple.hpp"
#include "../safeguards.h"

Go to the source code of this file.

Variables

static FBlitter_8bppSimple iFBlitter_8bppSimple
 Instantiation of the simple 8bpp blitter factory.
 

Detailed Description

Implementation of the simple 8 bpp blitter.

Definition in file 8bpp_simple.cpp.

Variable Documentation

◆ iFBlitter_8bppSimple

FBlitter_8bppSimple iFBlitter_8bppSimple
static

Instantiation of the simple 8bpp blitter factory.

Definition at line 17 of file 8bpp_simple.cpp.