DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
dsprite2frame_t Struct Reference

#include <spritegn.h>

+ Collaboration diagram for dsprite2frame_t:

Data Fields

int height
 
char name [64]
 
int origin_x
 
int origin_y
 
int width
 

Detailed Description

Definition at line 81 of file spritegn.h.

Field Documentation

◆ height

int dsprite2frame_t::height

Definition at line 83 of file spritegn.h.

Referenced by Mod_IDS2_Load().

◆ name

char dsprite2frame_t::name[64]

Definition at line 85 of file spritegn.h.

Referenced by Mod_IDS2_Load().

◆ origin_x

int dsprite2frame_t::origin_x

Definition at line 84 of file spritegn.h.

Referenced by Mod_IDS2_Load().

◆ origin_y

int dsprite2frame_t::origin_y

Definition at line 84 of file spritegn.h.

Referenced by Mod_IDS2_Load().

◆ width

int dsprite2frame_t::width

Definition at line 83 of file spritegn.h.

Referenced by Mod_IDS2_Load().


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