home *** CD-ROM | disk | FTP | other *** search
- /*
- * edtrans.h -- help file for edtrans.c
- *
- * 9 july 1989 Olle Olsson.
- */
-
- #include "ifs.h"
- #include "gmtc.h"
- #include "egatc.h"
- #include "getkey.h"
-
-
- /* buttons for modtrans() */
- #define BEND GM_PLEFT /* end edit function */
- #define BFLIP GM_PRIGHT /* function flip */
-
- /* (palette) color for menus */
- #define MENU_COLOR EGA_LIGHTGRAY
-
- /* edtrans() "local" functions */
- void edprob( ifsdes *dp );
- void edcolors( ifsdes *dp );
- void edispall( ifsdes *dp, menudescr *mp, int clear, int gmhide );
- void unitsquare( ifsdes *dp, int color, menudescr *mp );
- int findtrans( transform *tp, int size, area *ap, int screenx, int screeny );
- void modtrans( transform *tp, area *ap, int mv_scl );
- void xdistrans( transform *tp, area *ap );
- void xorpolyline( int ncornes, int corners_xy[] );
-
-