]> 4ch.mooo.com Git - 16.git/blob - 16/xlib/xcircle.h
added xlib to the project and i gotta convert the damn makefile -.-
[16.git] / 16 / xlib / xcircle.h
1 /*-----------------------------------------------------------------------\r
2 ;\r
3 ; XCIRCLE - header file\r
4 ;\r
5 ;   This module was written by Matthew MacKenzie\r
6 ;   matm@eng.umd.edu\r
7 ;\r
8 ;\r
9 ; ****** XLIB - Mode X graphics library                ****************\r
10 ; ******                                               ****************\r
11 ; ****** Written By Themie Gouthas                     ****************\r
12 ;\r
13 ; egg@dstos3.dsto.gov.au\r
14 ; teg@bart.dsto.gov.au\r
15 ;\r
16 ;----------------------------------------------------------------------*/\r
17 \r
18 #ifndef _XCIRCLE_H_\r
19 #define _XCIRCLE_H_\r
20 \r
21 #ifdef __cplusplus\r
22 extern "C" {\r
23 #endif\r
24 \r
25 \r
26  void x_circle (WORD Left, WORD Top, WORD Diameter,\r
27          WORD Color, WORD ScreenOffs);\r
28 \r
29  void x_filled_circle (WORD Left, WORD Top, WORD Diameter,\r
30          WORD Color, WORD ScreenOffs);\r
31 \r
32 \r
33 #ifdef __cplusplus\r
34 }\r
35 #endif\r
36 \r
37 \r
38 #endif\r
39 \r