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
diff options
context:
space:
mode:
authorNicholas Bishop <nicholasbishop@gmail.com>2012-02-23 03:57:31 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2012-02-23 03:57:31 +0400
commitc428bb438934e3172f33ba6897bc2d55c326acd8 (patch)
tree9563fbaea59a47a84cd6fa235492c22e4d7a2af2 /source/blender/blenlib/CMakeLists.txt
parent5e12c7fecac2a8521de92d7e54b7436b70c762a7 (diff)
Move PBVH bitmap to separate header in blenlib.
The implementation was also changed in a couple ways: use unsigned integers as its base type rather than unsigned chars, and uses macros rather than functions. (These could be changed to inline functions.) Currently it is still only used during PBVH building, but now it's accessible elsewhere.
Diffstat (limited to 'source/blender/blenlib/CMakeLists.txt')
-rw-r--r--source/blender/blenlib/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index 6e8da84cb24..46538a6e0c1 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -90,6 +90,7 @@ set(SRC
intern/winstuff.c
BLI_array.h
+ BLI_bitmap.h
BLI_smallhash.h
BLI_sparsemap.h
BLI_args.h