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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/freestyle/FRS_freestyle.h b/source/blender/freestyle/FRS_freestyle.h
index 8252e932215..ae8adb86c1c 100644
--- a/source/blender/freestyle/FRS_freestyle.h
+++ b/source/blender/freestyle/FRS_freestyle.h
@@ -39,6 +39,7 @@ extern "C" {
#include "DNA_scene_types.h"
#include "BKE_context.h"
+ #include "BKE_object.h"
extern Scene *freestyle_scene;
extern float freestyle_viewpoint[3];
@@ -71,6 +72,8 @@ extern "C" {
short FRS_get_active_lineset_index(FreestyleConfig *config);
void FRS_set_active_lineset_index(FreestyleConfig *config, short index);
+ void FRS_unlink_target_object(FreestyleConfig *config, struct Object *ob);
+
#ifdef __cplusplus
}
#endif