view Gui/wm/widget.h @ 3393:3624cd351618

runtime cpu detection
author michael
date Sun, 09 Dec 2001 15:25:11 +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 ) )