Niotso  git revision 558726a9f13d7c3423a683dd2f4323589b66c310
The New Implementation of The Sims Online
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Functions
read_bmp.h File Reference

Go to the source code of this file.

Classes

struct  bmpheader_t
 

Functions

int bmp_read_header (bmpheader_t *BMPHeader, const uint8_t *Buffer, size_t FileSize)
 
int bmp_read_data (bmpheader_t *BMPHeader, const uint8_t *InData, uint8_t *OutData)
 

Function Documentation

int bmp_read_data ( bmpheader_t BMPHeader,
const uint8_t *  InData,
uint8_t *  OutData 
)
int bmp_read_header ( bmpheader_t BMPHeader,
const uint8_t *  Buffer,
size_t  FileSize 
)