OpenTTD Source  20241120-master-g6d3adc6169
bmp.h File Reference

Read and write support for bmps. More...

#include "gfx_type.h"
#include "random_access_file_type.h"

Go to the source code of this file.

Data Structures

struct  BmpInfo
 
struct  BmpData
 

Functions

bool BmpReadHeader (RandomAccessFile &file, BmpInfo &info, BmpData &data)
 
bool BmpReadBitmap (RandomAccessFile &file, BmpInfo &info, BmpData &data)
 

Detailed Description

Read and write support for bmps.

Definition in file bmp.h.