diff options
Diffstat (limited to 'src/core/math_func.hpp')
-rw-r--r-- | src/core/math_func.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/math_func.hpp b/src/core/math_func.hpp index b613d1e6a..fd4110231 100644 --- a/src/core/math_func.hpp +++ b/src/core/math_func.hpp @@ -317,6 +317,7 @@ static inline uint ToPercent16(uint i) int LeastCommonMultiple(int a, int b); int GreatestCommonDivisor(int a, int b); +int DivideApprox(int a, int b); /** * Computes ceil(a / b) for non-negative a and b. |