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:
authorCampbell Barton <ideasman42@gmail.com>2019-02-23 11:17:30 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-23 11:20:20 +0300
commit702a2ba0ef93f2f5a8544565b15c04dba73206c3 (patch)
tree3f6b98d91f9e0d806ac63b1130356371d901f76f /source/blender/blenkernel/BKE_material.h
parentaf5cfa7544cb53c20a88bc880606e91164859239 (diff)
Cleanup: quiet undeclared variable warnings
Diffstat (limited to 'source/blender/blenkernel/BKE_material.h')
-rw-r--r--source/blender/blenkernel/BKE_material.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_material.h b/source/blender/blenkernel/BKE_material.h
index 84df45dbf1d..1c171ef6e7c 100644
--- a/source/blender/blenkernel/BKE_material.h
+++ b/source/blender/blenkernel/BKE_material.h
@@ -107,6 +107,8 @@ struct Depsgraph;
void BKE_material_eval(struct Depsgraph *depsgraph, struct Material *material);
+extern struct Material defmaterial;
+
#ifdef __cplusplus
}
#endif