home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / grafik / vifs / edtrans.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-08-13  |  814 b   |  30 lines

  1. /*
  2.  *    edtrans.h  --  help file for edtrans.c
  3.  *
  4.  *    9 july 1989  Olle Olsson.
  5.  */
  6.  
  7. #include "ifs.h"
  8. #include "gmtc.h"
  9. #include "egatc.h"
  10. #include "getkey.h"
  11.  
  12.  
  13. /* buttons for modtrans() */
  14. #define BEND    GM_PLEFT    /* end edit function */
  15. #define BFLIP    GM_PRIGHT    /* function flip */
  16.  
  17. /* (palette) color for menus */
  18. #define MENU_COLOR EGA_LIGHTGRAY
  19.  
  20. /* edtrans() "local" functions */
  21. void edprob( ifsdes *dp );
  22. void edcolors( ifsdes *dp );
  23. void edispall( ifsdes *dp, menudescr *mp, int clear, int gmhide );
  24. void unitsquare( ifsdes *dp, int color, menudescr *mp );
  25. int findtrans( transform *tp, int size, area *ap, int screenx, int screeny );
  26. void modtrans( transform *tp, area *ap, int mv_scl );
  27. void xdistrans( transform *tp, area *ap );
  28. void xorpolyline( int ncornes, int corners_xy[] );
  29.  
  30.