summaryrefslogtreecommitdiff
path: root/src/intcgm/circle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/intcgm/circle.h')
-rw-r--r--src/intcgm/circle.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/intcgm/circle.h b/src/intcgm/circle.h
new file mode 100644
index 0000000..3209c0f
--- /dev/null
+++ b/src/intcgm/circle.h
@@ -0,0 +1,3 @@
+int cgm_poly_circle ( double xc, double yc, double radius, double angi, double angf, int fechado );
+int cgm_line_circle ( double xc, double yc, double radius, double angi, double angf, int fechado );
+