haiku/src/preferences/screen/Utility.h
Axel Dörfler a10cf76ef5 Renamed src/prefs to "preferences", as the directory is usually called in BeOS.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13263 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-06-24 15:57:12 +00:00

9 lines
130 B
C

#ifndef __UTILITY_H
#define __UTILITY_H
#include <SupportDefs.h>
extern float round(float n, int32 max);
#endif //__UTILITY_H