Subversion Repositories wimsdev

Rev

Rev 10 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10 Rev 3806
Line 14... Line 14...
14
void
14
void
15
openpl(void)
15
openpl(void)
16
    {
16
    {
17
    }
17
    }
18
 
18
 
19
#pragma argsused
-
 
20
void
19
void
21
line(float ax, float ay, float bx, float by)
20
line(float ax, float ay, float bx, float by)
22
    {
21
    {
-
 
22
      (void)ax; (void)ay; (void)bx; (void)by;
23
    }
23
    }
24
 
24
 
25
#pragma argsused
-
 
26
void
25
void
27
circle(float ax, float ay, float radius)
26
circle(float ax, float ay, float radius)
28
    {
27
    {
-
 
28
      (void)ax; (void)ay; (void)radius;
29
    }
29
    }
30
 
30
 
31
#pragma argsused
-
 
32
void
31
void
33
range(float pxmin, float pxmax, float pymin, float pymax)
32
range(float pxmin, float pxmax, float pymin, float pymax)
34
    {
33
    {
-
 
34
      (void)pxmin; (void)pxmax; (void)pymin; (void)pymin; (void)pymax;
35
    }
35
    }
36
 
36
 
37
void
37
void
38
out_bisector(Edge * e)
38
out_bisector(Edge * e)
39
    {
39
    {