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:
Diffstat (limited to 'source/blender/editors/include/ED_lattice.h')
-rw-r--r--source/blender/editors/include/ED_lattice.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_lattice.h b/source/blender/editors/include/ED_lattice.h
index 15e5c3dba8f..6fe1524cb6d 100644
--- a/source/blender/editors/include/ED_lattice.h
+++ b/source/blender/editors/include/ED_lattice.h
@@ -28,8 +28,13 @@
* \ingroup editors
*/
+#ifndef __ED_LATTICE_H__
+#define __ED_LATTICE_H__
+
struct Object;
void free_editLatt(struct Object *ob);
void make_editLatt(struct Object *obedit);
void load_editLatt(struct Object *obedit);
+
+#endif /* __ED_LATTICE_H__ */