~diresu/blender/blender-command-port

« back to all changes in this revision

Viewing changes to source/blender/yafray/YafRay_Api.h

  • Committer: theeth
  • Date: 2008-10-14 16:52:04 UTC
  • Revision ID: vcs-imports@canonical.com-20081014165204-r32w2gm6s0osvdhn
copy back trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __YAFRAY_API_H
 
2
#define __YAFRAY_API_H
 
3
 
 
4
/* C interface for Blender */
 
5
#ifdef __cplusplus
 
6
extern "C" {
 
7
#endif
 
8
        void YAF_switchPlugin();
 
9
        void YAF_switchFile();
 
10
        int YAF_exportScene(Render* re);
 
11
#ifdef __cplusplus
 
12
}
 
13
#endif
 
14
 
 
15
#endif