#ifndef __UTILITY_H #define __UTILITY_H #include extern float round(float n, int32 max); #endif //__UTILITY_H