home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / VPR_DATA / DOGA / SOURCES / POLYEDIT.LZH / MODEL / VERCONV.H < prev    next >
C/C++ Source or Header  |  1995-06-30  |  249b  |  16 lines

  1. /*
  2.  *    頂点変換
  3.  *
  4.  *        Copyright T.Kobayashi    1994.8.9
  5.  */
  6.  
  7. #if    ndef    ML
  8. #    include    "ml.h"
  9. #endif
  10.  
  11. /*    verconv.c    */
  12. extern    int        ConvVertex( int*, int*, int*, int*, int*, int*, int*, int*, DataStruct* );
  13. extern    int        ToInt( DataStruct* );
  14.  
  15.  
  16.