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/include/multires.h')
-rw-r--r--source/blender/include/multires.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/include/multires.h b/source/blender/include/multires.h
index 55e98f169d2..7efae2ed9a1 100644
--- a/source/blender/include/multires.h
+++ b/source/blender/include/multires.h
@@ -38,6 +38,10 @@ struct MultiresLevel;
struct Multires;
struct uiBlock;
+/* For canceling operations that don't work with multires on or on a non-base level */
+int multires_test();
+int multires_level1_test();
+
void multires_draw_interface(struct uiBlock *block, unsigned short cx, unsigned short cy);
void multires_disp_map(void *, void*);