#include "batch-functions.h"Include dependency graph for batch-functions.cpp:

Go to the source code of this file.
Functions | |
| int | main () |
|
|
Definition at line 3 of file batch-functions.cpp. References functions::Importer::importModel(). 00004 {
00005 functions::Importer im = functions::Importer();
00006 im.importModel("test2.x3d");
00007 return 0;
00008 }
|
Here is the call graph for this function:

1.3.9.1