Whole document tree
    

Whole document tree

player/region.h File Reference
Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

region.h File Reference


Defines

#define EXTENTCHECK(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 at Sun Oct 28 12:22:56 2001 for libwmf by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001