view Gui/wm/widget.h @ 3653:b11b15df02ed

3F2R sse optimized
author michael
date Sat, 22 Dec 2001 00:33:52 +0000
parents 016f6d583733
children
line wrap: on
line source


#define wgIsRect( X,Y,tX,tY,bX,bY ) ( ( X > tX )&&( Y > tY )&&( X < bX )&&( Y < bY ) )