home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / misc_src / knowhow4 / overlap.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-01  |  122 b   |  9 lines

  1. #ifndef __OVERLAP_H_
  2. #define __OVERLAP_H_
  3.  
  4. #include "geom.h"
  5.  
  6. int overlap(rect r1, rect r2);
  7.  
  8. #endif __OVERLAP_H_
  9.