| version 1.1 | | version 1.2 |
|---|
| | |
| * . | | * . |
| * | | * |
| * $Log$ | | * $Log$ |
| * Revision 1.1 1999/06/14 21:57:18 donut | | * Revision 1.2 1999/10/20 07:34:07 donut |
| * Initial revision | | * opengl rendered reticle, and better g3_draw_sphere |
| | | * |
| | | * Revision 1.1.1.1 1999/06/14 21:57:18 donut |
| | | * Import of d1x 1.37 source. |
| * | | * |
| * Revision 1.3 1994/11/18 22:51:01 john | | * Revision 1.3 1994/11/18 22:51:01 john |
| * Changed a bunch of shorts to ints in calls. | | * Changed a bunch of shorts to ints in calls. |
| | |
| #include "gr.h" | | #include "gr.h" |
| #include "grdef.h" | | #include "grdef.h" |
| | | |
| | | #ifndef OGL |
| | | |
| int gr_circle(fix xc1,fix yc1,fix r1) | | int gr_circle(fix xc1,fix yc1,fix r1) |
| { | | { |
| int p,x, y, xc, yc, r; | | int p,x, y, xc, yc, r; |
| | |
| return 0; | | return 0; |
| } | | } |
| | | |
| | | #endif //!OGL |