xref: /haiku/src/preferences/screen/Utility.h (revision 1214ef1b2100f2b3299fc9d8d6142e46f70a4c3f)
1 #ifndef __UTILITY_H
2 #define __UTILITY_H
3 
4 #include <SupportDefs.h>
5 
6 extern float round(float n, int32 max);
7 
8 #endif //__UTILITY_H
9