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:
authorJeroen Bakker <j.bakker@atmind.nl>2022-04-09 21:10:44 +0300
committerJeroen Bakker <j.bakker@atmind.nl>2022-04-09 21:10:44 +0300
commit749636bdb991b3a12fac9665f55a02effa068071 (patch)
tree2c61b084e3f2b27cb67d2a3dedff9d681723e59f /source/blender/editors/include/ED_paint.h
parentceed37fc5cbb466a04b4b4f7afba5dcd561fdd6a (diff)
Missing forward declaration.
Diffstat (limited to 'source/blender/editors/include/ED_paint.h')
-rw-r--r--source/blender/editors/include/ED_paint.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_paint.h b/source/blender/editors/include/ED_paint.h
index 6b015895b60..cd28fbe9687 100644
--- a/source/blender/editors/include/ED_paint.h
+++ b/source/blender/editors/include/ED_paint.h
@@ -12,6 +12,7 @@
extern "C" {
#endif
+struct bToolRef;
struct PaintModeSettings;
struct ImBuf;
struct Image;