]> icculus.org git repositories - taylor/freespace2.git/blob - include/circle.h
Initial revision
[taylor/freespace2.git] / include / circle.h
1 /*
2  * $Logfile: /Freespace2/code/Graphics/Circle.h $
3  * $Revision$
4  * $Date$
5  * $Author$
6  *
7  * Header file for circle.cpp
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:52a Dave
15  * Initial checkin.
16  * 
17  * 1     10/07/98 10:48a Dave
18  * 
19  * 5     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  * 4     10/26/96 1:40p John
27  * Added some now primitives to the 2d library and
28  * cleaned up some old ones.
29  *
30  * $NoKeywords: $
31  */
32
33 #ifndef _CIRCLE_H
34 #define _CIRCLE_H
35
36 extern void gr8_circle( int xc, int yc, int d );
37
38 #endif
39