UFO: Alien Invasion
Loading...
Searching...
No Matches
rect_t Struct Reference
Collaboration diagram for rect_t:
Collaboration graph

Data Fields

int x
int y
int width
int height

Detailed Description

Definition at line 514 of file r_draw.cpp.

Field Documentation

◆ height

int rect_t::height

Definition at line 518 of file r_draw.cpp.

Referenced by R_PushClipRect(), and R_RectIntersection().

◆ width

int rect_t::width

Definition at line 517 of file r_draw.cpp.

Referenced by R_PushClipRect(), and R_RectIntersection().

◆ x

int rect_t::x

Definition at line 515 of file r_draw.cpp.

Referenced by R_PushClipRect(), and R_RectIntersection().

◆ y

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: