Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

rect Struct Reference

#include <util.h>


Detailed Description

A rectangle.

Start and size range from (0,0) to (255,255). This is sufficient to represent any drawable rectangle on the screen, or any region on the map.

Definition at line 38 of file util.h.

Data Fields

coord topleft
 Top-left corner.

coord extent
 Width and height.


Field Documentation

struct coord rect::extent
 

Width and height.

Definition at line 41 of file util.h.

Referenced by construct_rect(), UI_Dialog_Display(), and UI_Menu_Pick().

struct coord rect::topleft
 

Top-left corner.

Definition at line 40 of file util.h.

Referenced by construct_rect(), UI_Dialog_Display(), and UI_Menu_Pick().


The documentation for this struct was generated from the following file:
Generated on Thu May 20 13:12:14 2004 for CalcRogue by doxygen 1.3.6