root/src/preferences/screen/Utility.h
#ifndef __UTILITY_H
#define __UTILITY_H

#include <SupportDefs.h>

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