Welcome to mirror list, hosted at ThFree Co, Russian Federation.

FRS_freestyle_config.h « freestyle « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 86a05d1aa223604361d74c3a0aaea47d0b6d2131 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef FRS_FREESTYLE_CONFIG_H
#define FRS_FREESTYLE_CONFIG_H

#ifdef __cplusplus
extern "C" {
#endif	
	
	#include "DNA_scene_types.h"

	void FRS_add_freestyle_config( SceneRenderLayer* srl );
	void FRS_free_freestyle_config( SceneRenderLayer* srl );

#ifdef __cplusplus
}
#endif

#endif