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_util.h')
-rw-r--r--source/blender/editors/include/ED_util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_util.h b/source/blender/editors/include/ED_util.h
index 49aee466562..a691ab97798 100644
--- a/source/blender/editors/include/ED_util.h
+++ b/source/blender/editors/include/ED_util.h
@@ -33,6 +33,10 @@ struct bContext;
struct uiMenuBlockHandle;
struct uiBlock;
+/* ed_util.c */
+
+void ED_editors_exit (struct bContext *C);
+
/* ************** Undo ************************ */
/* undo.c */