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.h')
-rw-r--r--source/blender/freestyle/FRS_freestyle.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/freestyle/FRS_freestyle.h b/source/blender/freestyle/FRS_freestyle.h
index aa66ce999bc..3bc6e092f02 100644
--- a/source/blender/freestyle/FRS_freestyle.h
+++ b/source/blender/freestyle/FRS_freestyle.h
@@ -22,7 +22,9 @@ extern "C" {
void FRS_initialize();
void FRS_prepare(Render* re);
void FRS_render_Blender(Render* re);
-
+ void FRS_composite_result(Render* re, SceneRenderLayer* srl);
+ void FRS_add_Freestyle(Render* re);
+
#ifdef __cplusplus
}
#endif