projects
/
blender-staging.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
unify include guard defines, __$FILENAME__
[blender-staging.git]
/
source
/
blender
/
blenlib
/
BLI_kdopbvh.h
diff --git
a/source/blender/blenlib/BLI_kdopbvh.h
b/source/blender/blenlib/BLI_kdopbvh.h
index 8ead7bf5f171f8bf2317a54da6335281ae2228a1..ff3017fef033273ab1451d398c37e84e180c3f63 100644
(file)
--- a/
source/blender/blenlib/BLI_kdopbvh.h
+++ b/
source/blender/blenlib/BLI_kdopbvh.h
@@
-26,8
+26,8
@@
*/
-#ifndef
BLI_KDOPBVH_H
-#define
BLI_KDOPBVH_H
+#ifndef
__BLI_KDOPBVH_H__
+#define
__BLI_KDOPBVH_H__
/** \file BLI_kdopbvh.h
* \ingroup bli
@@
-111,5
+111,5
@@
int BLI_bvhtree_range_query(BVHTree *tree, const float co[3], float radius, BVHT
}
#endif
-#endif //
BLI_KDOPBVH_H
+#endif //
__BLI_KDOPBVH_H__