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

  1. #ifndef    OUTSIDE_H
  2. #define    OUTSIDE_H
  3.  
  4. /* outside.c */
  5.  
  6. /*============================================================================= */
  7.  
  8. /*============================================================================= */
  9.  
  10. struct node *PointInLeaf(__memBase, struct node *node, vec3_t point);
  11. bool FillOutside(__memBase, struct node *node, char *pointfilename);
  12.  
  13. #endif
  14.