index.htmlMain Page    classes.htmlAlphabetical List    annotated.htmlData Structures    files.htmlFile List    functions.htmlData Fields    globals.htmlGlobals    region.h File Reference
Defines
#define player_2region_8h.html#a0EXTENTCHECK (r1, r2) Define Documentation
  
    
      
        
          
 #define EXTENTCHECK           
(           
r1,                   
          
          
r2           
                     
)           
      
    
  
  
    
       
    
    
Value: (  ((r1)->BR.x > (r2)->TL.x) \
        && ((r1)->TL.x < (r2)->BR.x) \
        && ((r1)->BR.y > (r2)->TL.y) \
        && ((r1)->TL.y < (r2)->BR.y) )
      
Generated on Tue Dec 10 19:53:51 2002 for libwmf by
http://www.doxygen.org/index.htmldoxygen 1.2.18 