home *** CD-ROM | disk | FTP | other *** search
- /* Operations */
-
- typedef unsigned char *lineset[MAXPLANE];
-
- /* resize.c */
- extern commonInfo *makeResizedMap(float, commonInfo *,
- unsigned char **, unsigned char **);
-
- /* rotate.c */
- extern void rotate_size(int, commonInfo *, commonInfo *);
- extern int sub_rotate(int, int, commonInfo *, commonInfo *,
- int *, unsigned char **);
-
- /* edge.c */
- extern int edgeInit(int, int, int, float);
- extern void edgeFree(void);
- extern unsigned char *edgePutLine(void);
- extern unsigned char *edgeLine(void);
-