Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2018-01-19 22:06:32 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-01-19 22:06:32 +0300
commit244fb3ebe03c4feed752b9ed33afe26b393996c4 (patch)
treed26d652af99db3e9ce6be377fdc2a4efc3bb842d /source
parent4d0bb7de64bd4142e89a7410c3ea2686178048a3 (diff)
parent431d5772bb53f87962d6928e9a6dc5d21bec1abc (diff)
Merge remote-tracking branch 'origin/master' into blender2.8
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenlib/BLI_math_base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_math_base.h b/source/blender/blenlib/BLI_math_base.h
index cb3dc960042..377b9325717 100644
--- a/source/blender/blenlib/BLI_math_base.h
+++ b/source/blender/blenlib/BLI_math_base.h
@@ -143,6 +143,7 @@ MINLINE float power_of_2(float f);
MINLINE int integer_digits_f(const float f);
MINLINE int integer_digits_d(const double d);
+MINLINE int integer_digits_i(const int i);
/* these don't really fit anywhere but were being copied about a lot */
MINLINE int is_power_of_2_i(int n);