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>2014-05-11 14:21:00 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-11 14:21:00 +0400
commitf3ae9ce48a59bcda552dbef5b22d7da9b200144b (patch)
treeaac17cbaa1e6895bcebab238ee5faf870bf4e1ca /source/blender/blenkernel/BKE_freestyle.h
parent3844e30e452238eaab58c458916a57fc600ce531 (diff)
Quiet warnings
Diffstat (limited to 'source/blender/blenkernel/BKE_freestyle.h')
-rw-r--r--source/blender/blenkernel/BKE_freestyle.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_freestyle.h b/source/blender/blenkernel/BKE_freestyle.h
index 195c15fd837..a3fcdd667e8 100644
--- a/source/blender/blenkernel/BKE_freestyle.h
+++ b/source/blender/blenkernel/BKE_freestyle.h
@@ -38,6 +38,11 @@
extern "C" {
#endif
+struct FreestyleConfig;
+struct FreestyleSettings;
+struct FreestyleLineSet;
+struct FreestyleModuleConfig;
+
/* FreestyleConfig */
void BKE_freestyle_config_init(FreestyleConfig *config);
void BKE_freestyle_config_free(FreestyleConfig *config);