a10cf76ef5
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13263 a95241bf-73f2-0310-859d-f6bbb57e9c96
9 lines
130 B
C
9 lines
130 B
C
#ifndef __UTILITY_H
|
|
#define __UTILITY_H
|
|
|
|
#include <SupportDefs.h>
|
|
|
|
extern float round(float n, int32 max);
|
|
|
|
#endif //__UTILITY_H
|