UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
rect_t Struct Reference

Data Fields

int x
 
int y
 
int width
 
int height
 

Detailed Description

Definition at line 514 of file r_draw.cpp.

Field Documentation

int rect_t::height

Definition at line 518 of file r_draw.cpp.

Referenced by R_PushClipRect(), and R_RectIntersection().

int rect_t::width

Definition at line 517 of file r_draw.cpp.

Referenced by R_PushClipRect(), and R_RectIntersection().

int rect_t::x

Definition at line 515 of file r_draw.cpp.

Referenced by R_PushClipRect(), and R_RectIntersection().

int rect_t::y

Definition at line 516 of file r_draw.cpp.

Referenced by R_PushClipRect(), and R_RectIntersection().


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