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:
authorSybren A. Stüvel <sybren@stuvel.eu>2018-06-05 16:59:53 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2018-06-05 17:59:18 +0300
commita9ed50514cb636d3fa99ab7b309d0c75da437943 (patch)
tree2fc4c1bc220fb8cb193dbe21f4c6c5ee60e5694c /source/blender/blenkernel/intern/mesh_runtime.c
parent7436fb2ef1d8bb0af0589f8ec4b45c8800aed983 (diff)
Moved function declarations from BKE_mesh.h → BKE_mesh_runtime.h
Diffstat (limited to 'source/blender/blenkernel/intern/mesh_runtime.c')
-rw-r--r--source/blender/blenkernel/intern/mesh_runtime.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/mesh_runtime.c b/source/blender/blenkernel/intern/mesh_runtime.c
index 42b8824a204..86d3cf7a0c8 100644
--- a/source/blender/blenkernel/intern/mesh_runtime.c
+++ b/source/blender/blenkernel/intern/mesh_runtime.c
@@ -41,6 +41,7 @@
#include "BKE_bvhutils.h"
#include "BKE_mesh.h"
+#include "BKE_mesh_runtime.h"
/* -------------------------------------------------------------------- */
/** \name Mesh Runtime Struct Utils