OpenTTD Source  20241108-master-g80f628063a
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.