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/BDR_imagepaint.h')
-rw-r--r--source/blender/include/BDR_imagepaint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/include/BDR_imagepaint.h b/source/blender/include/BDR_imagepaint.h
index bd1ac301416..26f2375e60a 100644
--- a/source/blender/include/BDR_imagepaint.h
+++ b/source/blender/include/BDR_imagepaint.h
@@ -34,8 +34,8 @@ void imagepaint_redraw_tool(void);
void imagepaint_pick(short mousebutton);
void imagepaint_paint(short mousebutton, short texturepaint);
-void undo_imagepaint_step(int step);
-void undo_imagepaint_clear(void);
+void imagepaint_undo();
+void free_imagepaint();
#endif /* BDR_IMAGEPAINT_H */