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

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

#ifdef __cplusplus
extern "C" {
#endif	
	
	extern char style_module[255];
	
	void FRS_initialize();
	void FRS_prepare(Render* re);
	void FRS_execute(Render* re, int render_in_layer);

#ifdef __cplusplus
}
#endif

#endif