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:
authorTon Roosendaal <ton@blender.org>2009-02-10 20:56:15 +0300
committerTon Roosendaal <ton@blender.org>2009-02-10 20:56:15 +0300
commit517b6cc3cb47b615c2f854b0405362cb395a2939 (patch)
tree45b996e343d0b1f9cf1a8e2795e190a9ca5686fb /source/blender/blenlib/BLI_rect.h
parent149613622434f90f0deebe02dce04d44c95e2dda (diff)
2.5
Third attempt to get the invisible character going!
Diffstat (limited to 'source/blender/blenlib/BLI_rect.h')
-rw-r--r--source/blender/blenlib/BLI_rect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_rect.h b/source/blender/blenlib/BLI_rect.h
index 45a96f6055d..816347650fb 100644
--- a/source/blender/blenlib/BLI_rect.h
+++ b/source/blender/blenlib/BLI_rect.h
@@ -59,6 +59,7 @@ int BLI_isect_rcti(struct rcti *src1, struct rcti *src2, struct rcti *dest);
void BLI_union_rctf(struct rctf *rcta, struct rctf *rctb);
void BLI_union_rcti(struct rcti *rct1, struct rcti *rct2);
+
#ifdef __cplusplus
}
#endif