summaryrefslogtreecommitdiff
path: root/src/transform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transform.h')
-rw-r--r--src/transform.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/transform.h b/src/transform.h
index f2099d25..24cb0887 100644
--- a/src/transform.h
+++ b/src/transform.h
@@ -30,7 +30,12 @@ int is_point_visible(struct transformation *t, struct coord *c);
int transform_get_scale(struct transformation *t);
void transform_setup_source_rect(struct transformation *t);
void transform_set_angle(struct transformation *t,int angle);
+
+#ifdef __cplusplus
+extern "C"
+#endif
void transform_setup(struct transformation *t, int x, int y, int scale, int angle);
+
void transform_setup_source_rect_limit(struct transformation *t, struct coord *center, int limit);
void transform_geo_text(struct coord_geo *g, char *buffer);
void transform_limit_extend(struct coord *rect, struct coord *c);