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 1916 of file image.c.

Field Documentation

◆ height

int embeddedpic_t::height

Definition at line 1920 of file image.c.

Referenced by Image_GetEmbeddedPicBGRA().

◆ name

const char* embeddedpic_t::name

Definition at line 1918 of file image.c.

Referenced by Image_GetEmbeddedPicBGRA().

◆ pixels

const char* embeddedpic_t::pixels

Definition at line 1921 of file image.c.

Referenced by Image_GetEmbeddedPicBGRA().

◆ width

int embeddedpic_t::width

Definition at line 1919 of file image.c.

Referenced by Image_GetEmbeddedPicBGRA().


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