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/freestyle/FRS_freestyle_config.h')
-rw-r--r--source/blender/freestyle/FRS_freestyle_config.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/blender/freestyle/FRS_freestyle_config.h b/source/blender/freestyle/FRS_freestyle_config.h
index 0aceffcee1d..3a1d1482ec0 100644
--- a/source/blender/freestyle/FRS_freestyle_config.h
+++ b/source/blender/freestyle/FRS_freestyle_config.h
@@ -38,8 +38,10 @@ extern "C" {
#include "DNA_scene_types.h"
-void FRS_add_freestyle_config(SceneRenderLayer* srl);
-void FRS_free_freestyle_config(SceneRenderLayer* srl);
+void FRS_init_freestyle_config(FreestyleConfig *config);
+void FRS_free_freestyle_config(FreestyleConfig *config);
+
+void FRS_copy_freestyle_config(FreestyleConfig *new_config, FreestyleConfig *config);
#ifdef __cplusplus
}