summaryrefslogtreecommitdiff
path: root/transform.h
diff options
context:
space:
mode:
authorhorwitz <horwitz@ffa7fe5e-494d-0410-b361-a75ebd5db220>2006-01-03 22:20:09 +0000
committerhorwitz <horwitz@ffa7fe5e-494d-0410-b361-a75ebd5db220>2006-01-03 22:20:09 +0000
commitc695377efc4881279211c6e19115e09739c503fa (patch)
tree1cb360b0387d7532428dbe9506ee34403c0657cc /transform.h
parentb3a6b03439eaf37e3eb74d40db72d5cde7ef4eb6 (diff)
downloadnavit-svn-c695377efc4881279211c6e19115e09739c503fa.tar.gz
improve memory allocation und fix some warnings
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit/src@57 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'transform.h')
-rw-r--r--transform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/transform.h b/transform.h
index 7e509355..f2099d25 100644
--- a/transform.h
+++ b/transform.h
@@ -34,5 +34,6 @@ void transform_setup(struct transformation *t, int x, int y, int scale, int angl
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);
+int transform_get_angle(struct coord *c, int dir);
#endif