xref: /haiku/src/preferences/screen/Utility.h (revision 04171cfc5c10c98b9ba3c7233a271f6165cdd36f)
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