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

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

/* C interface for Blender */
#ifdef __cplusplus
extern "C" {
#endif
	void YAF_switchPlugin();
	void YAF_switchFile();
	int YAF_exportScene(Render* re);
#ifdef __cplusplus
}
#endif

#endif