OpenTTD Source 20241224-master-gee860a5c8e
|
Implementation of the optimized 8 bpp blitter. More...
#include "../stdafx.h"
#include "../zoom_func.h"
#include "../settings_type.h"
#include "../core/math_func.hpp"
#include "../core/mem_func.hpp"
#include "8bpp_optimized.hpp"
#include "../safeguards.h"
Go to the source code of this file.
Variables | |
static FBlitter_8bppOptimized | iFBlitter_8bppOptimized |
Instantiation of the 8bpp optimised blitter factory. | |
Implementation of the optimized 8 bpp blitter.
Definition in file 8bpp_optimized.cpp.
|
static |
Instantiation of the 8bpp optimised blitter factory.
Definition at line 20 of file 8bpp_optimized.cpp.