FXuint FX::MKUINT ( FXuint  l,
FXuint  h 
) [inline]

Make int out of two shorts.

Definition at line 612 of file fxdefs.h.

00612 { return ((((FX::FXuint)(l))&0xffff) | (((FX::FXuint)(h))<<16)); }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:31:50 2009 for TnFOX by doxygen v1.4.7