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: b736e7678353b4a1e8d278b2a45f2cf50863949b (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_render_GL(Render* re);

#ifdef __cplusplus
}
#endif

#endif