view Gui/wm/widget.h @ 6834:2d7dfcc79651

Fix overall frametime overflow, hopefully long long int is portable. (untested, will test tomorrow)
author atmos4
date Sun, 28 Jul 2002 22:09:03 +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 ) )