X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=point.h;h=fc27a9b2305684d846e0e45fbd899c310e4b7a88;hb=2e871a550c7f98af3cb0331c8edc82ddca215b40;hp=f50392287e917db81692d563962d24bcce700974;hpb=727a3d65cd7e24540815f005cfba3a62f59b654a;p=cascardo%2Fmovie.git diff --git a/point.h b/point.h index f503922..fc27a9b 100644 --- a/point.h +++ b/point.h @@ -25,9 +25,11 @@ typedef struct { int x, y; + double rx, ry; char *name; } Point; GArray * ReadPoints (char *); +void rescale_points (GArray *); #endif