OpenTTD Source 20250312-master-gcdcc6b491d
screenshot_pcx.cpp File Reference

PCX screenshots provider. More...

#include "stdafx.h"
#include "core/endian_func.hpp"
#include "core/math_func.hpp"
#include "debug.h"
#include "fileio_func.h"
#include "screenshot_type.h"
#include "safeguards.h"

Go to the source code of this file.

Data Structures

struct  PcxHeader
 Definition of a PCX file header. More...
 
class  ScreenshotProvider_Pcx
 

Variables

static ScreenshotProvider_Pcx s_screenshot_provider_pcx
 

Detailed Description

PCX screenshots provider.

Definition in file screenshot_pcx.cpp.

Variable Documentation

◆ s_screenshot_provider_pcx

ScreenshotProvider_Pcx s_screenshot_provider_pcx
static

Definition at line 156 of file screenshot_pcx.cpp.