#ifndef VFONT_H
#include <vfont/vfont.h>
#endif
#ifndef LIBRARIES_DOS_H
#include <libraries/dos.h>
#endif

/* transform.c */
void Transform(struct tPoint *Vertix, unsigned long cnt, long sx, long sy, long a, struct tPoint *r, struct tPoint *t, struct tPoint *min, struct tPoint *max);
void Rotate(struct tPoint *Vertix, unsigned long cnt, long sina, long cosa, short rx, short ry);
void Scale(struct Points *Vector, struct tPoint *from, struct tPoint *to, short sym_x, short sym_y);
void                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            