soc-2008-mxcurioni: uploaded missing files. Still NOT linking so do not use this version yet :(

This commit is contained in:
Maxime Curioni
2008-05-19 05:34:31 +00:00
parent 32918e4523
commit 09b36970bb
5 changed files with 273 additions and 2 deletions

View File

@@ -0,0 +1,21 @@
#include "Controller.h"
#include <iostream>
using namespace std;
#ifdef __cplusplus
extern "C" {
#endif
void FRS_execute() {
cout << "Freestyle" << endl;
Controller *c = new Controller;
//c->Load3DSFile( "/Users/mx/Documents/work/GSoC_2008/bf-blender/branches/soc-2008-mxcurioni/source/blender/freestyle/data/models/teapot.3DS" );
}
#ifdef __cplusplus
}
#endif