OpenTTD Source 20241224-master-gee860a5c8e
null.cpp File Reference

A blitter that doesn't blit. More...

#include "../stdafx.h"
#include "null.hpp"
#include "../safeguards.h"

Go to the source code of this file.

Variables

static FBlitter_Null iFBlitter_Null
 Instantiation of the null blitter factory.
 

Detailed Description

A blitter that doesn't blit.

Definition in file null.cpp.

Variable Documentation

◆ iFBlitter_Null

FBlitter_Null iFBlitter_Null
static

Instantiation of the null blitter factory.

Definition at line 16 of file null.cpp.