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:
authorSergey Sharybin <sergey.vfx@gmail.com>2011-09-20 21:23:52 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-09-20 21:23:52 +0400
commit3449c0270a622150987e2a5fd6cffab703d1179e (patch)
tree8e2e50245bd494739ce958e3e5a2a7630ffe063d /source/blender/blenkernel/BKE_navmesh_conversion.h
parent8cf8fd7326f0961bad2cd633092fccbcadf0cc92 (diff)
Another set of fixes for MSVC
Diffstat (limited to 'source/blender/blenkernel/BKE_navmesh_conversion.h')
-rw-r--r--source/blender/blenkernel/BKE_navmesh_conversion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_navmesh_conversion.h b/source/blender/blenkernel/BKE_navmesh_conversion.h
index 5f8359d1e3d..01d32321c81 100644
--- a/source/blender/blenkernel/BKE_navmesh_conversion.h
+++ b/source/blender/blenkernel/BKE_navmesh_conversion.h
@@ -61,4 +61,5 @@ int polyIsConvex(const unsigned short* p, const int vertsPerPoly, const float* v
int polyFindVertex(const unsigned short* p, const int vertsPerPoly, unsigned short vertexIdx);
float distPointToSegmentSq(const float* point, const float* a, const float* b);
+
#endif //NAVMESH_CONVERSION_H