home *** CD-ROM | disk | FTP | other *** search
/ Phoenix Heaven Sunny 2 / APPARE2.BIN / oh_towns / tetujin / src.lzh / POLY.H < prev    next >
Text File  |  1995-01-04  |  721b  |  23 lines

  1. #define POLYMAX 1024        /* Polygon point max */
  2.  
  3. /* init */
  4. extern int polygon_rectangle_init( char *egbWork, char *buf,
  5.                             int x, int y, int c, int ( *f )() ) ;
  6. /* polygon set 1 */
  7. extern int polygon_1st( int *lux, int *luy, int *rdx, int *rdy ) ;
  8. /* polygon set 2 */
  9. extern int polygon_2nd() ;
  10.  
  11. /* box set 1 */
  12. extern int rectangle_1st( int *lux, int *luy, int *rdx, int *rdy ) ;
  13. /* box set 2 */
  14. extern int rectangle_2nd() ;
  15.  
  16. /* polygon read */
  17. extern int polygon_rectangle_read( int x, int y ) ;
  18. /* polygon buffer clear */
  19. extern int polygon_rectangle_clear() ;
  20.  
  21. /* fixRectangle lx, lyの大きさの長方形の左上座標のみの指定 */
  22. extern int fixRectangle_1st( int lx, int ly, int *lux, int *luy ) ;
  23.