DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
embeddedpic_t Struct Reference
Collaboration diagram for embeddedpic_t:

Data Fields

int height
const char * name
const char * pixels
int width

Detailed Description

Definition at line 1905 of file image.c.

Field Documentation

◆ height

int embeddedpic_t::height

Definition at line 1909 of file image.c.

Referenced by Image_GetEmbeddedPicBGRA().

◆ name

const char* embeddedpic_t::name

Definition at line 1907 of file image.c.

Referenced by Image_GetEmbeddedPicBGRA().

◆ pixels

const char* embeddedpic_t::pixels

Definition at line 1910 of file image.c.

Referenced by Image_GetEmbeddedPicBGRA().

◆ width

int embeddedpic_t::width

Definition at line 1908 of file image.c.

Referenced by Image_GetEmbeddedPicBGRA().


The documentation for this struct was generated from the following file: