00001 #ifndef __MATH_FREE_H__ 00002 #define __MATH_FREE_H__ 00003 00004 #include <tinyxml2.h> 00005 00006 namespace math { 00007 float recipsqrt(float const &); 00008 void hexdump(void*, size_t); 00009 } 00010 00011 #endif 00012 00013