home *** CD-ROM | disk | FTP | other *** search
/ Dream 57 / Amiga_Dream_57.iso / Amiga / Programmation / c / QuakeC / qtools0.2-src.lha / src / libqbuild / solidbsp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-07-13  |  361 b   |  14 lines

  1. #ifndef    SOLIDBSP_H
  2. #define    SOLIDBSP_H
  3.  
  4. /* solidbsp.c */
  5.  
  6. /*============================================================================= */
  7.  
  8. /*============================================================================= */
  9.  
  10. void CalcSurfaceInfo(register struct surface *surf);
  11. struct node *SolidBSP(__memBase, struct surface *surfhead, bool midsplit);
  12.  
  13. #endif
  14.