00001 #ifndef _SIMPLEFUNCS_H_ 00002 #define _SIMPLEFUNCS_H_ 00003 00004 #include "vuSimpleTypes.h" 00005 00006 #define TOLERANCE 0.00001f 00007 00008 dword swapBytes(dword in); 00009 float snapToZeroOne(float f); 00010 00011 #endif