]> icculus.org git repositories - taylor/freespace2.git/blob - include/rect.h
Initial revision
[taylor/freespace2.git] / include / rect.h
1 /*
2  * $Logfile: /Freespace2/code/Graphics/Rect.h $
3  * $Revision$
4  * $Date$
5  * $Author$
6  *
7  * Header file for Rect.h
8  *
9  * $Log$
10  * Revision 1.1  2002/05/03 03:28:12  root
11  * Initial revision
12  *
13  * 
14  * 2     10/07/98 10:53a Dave
15  * Initial checkin.
16  * 
17  * 1     10/07/98 10:49a Dave
18  * 
19  * 2     3/10/98 4:18p John
20  * Cleaned up graphics lib.  Took out most unused gr functions.   Made D3D
21  * & Glide have popups and print screen.  Took out all >8bpp software
22  * support.  Made Fred zbuffer.  Made zbuffer allocate dynamically to
23  * support Fred.  Made zbuffering key off of functions rather than one
24  * global variable.
25  * 
26  * 1     10/26/96 1:32p John
27  * Initial rev
28  *
29  * $NoKeywords: $
30  */
31
32 #ifndef _RECT_H
33 #define _RECT_H
34
35 extern void grx_rect(int x,int y,int w,int h);
36
37 #endif
38