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: 060ccf6961aa2489f8292dfc44ffed5dd31cc326 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef FRS_FREESTYLE_H
#define FRS_FREESTYLE_H

#ifdef __cplusplus
extern "C" {
#endif	
	
	void FRS_prepare(Render* re);
	void FRS_execute(Render* re, int render_in_layer);

#ifdef __cplusplus
}
#endif

#endif