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:
authorBastien Montagne <montagne29@wanadoo.fr>2013-01-29 11:21:10 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2013-01-29 11:21:10 +0400
commitdf556a4eb6ddcfaa9ed50d5e91749c638f80cfab (patch)
tree390a09286ceb919a1951e5326ab1a393c0a0a348 /source/blenderplayer/bad_level_call_stubs
parentfe26492538edefe60a342bce109e17b9536e5a16 (diff)
Fix build with blender player.
Diffstat (limited to 'source/blenderplayer/bad_level_call_stubs')
-rw-r--r--source/blenderplayer/bad_level_call_stubs/stubs.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blenderplayer/bad_level_call_stubs/stubs.c b/source/blenderplayer/bad_level_call_stubs/stubs.c
index dc6f40b9e8a..2603df2aec8 100644
--- a/source/blenderplayer/bad_level_call_stubs/stubs.c
+++ b/source/blenderplayer/bad_level_call_stubs/stubs.c
@@ -540,8 +540,9 @@ const char *BPY_app_translations_py_pgettext(const char *msgctxt, const char *ms
#ifdef WITH_FREESTYLE
/* Freestyle */
-void FRS_add_freestyle_config(struct SceneRenderLayer* srl) {}
-void FRS_free_freestyle_config(struct SceneRenderLayer* srl) {}
+void FRS_init_freestyle_config(struct FreestyleConfig *config) {}
+void FRS_free_freestyle_config(struct FreestyleConfig *config) {}
+void FRS_copy_freestyle_config(struct FreestyleConfig *new_config, struct FreestyleConfig *config) {}
struct FreestyleLineSet *FRS_get_active_lineset(struct FreestyleConfig *config) { return NULL; }
short FRS_get_active_lineset_index(struct FreestyleConfig *config) { return 0; }
void FRS_set_active_lineset_index(struct FreestyleConfig *config, short index) {}