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

DocumentImporter.h « collada « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5dee101eb2d996699ccee0cf532bdf136e5d98e8 (plain)
1
2
3
4
5
6
7
8
struct Main;
struct bContext;

class DocumentImporter
{
 public:
	void import(bContext *C, const char *filename);
};