/* === M E T H O D S ======================================================= */
-
-
-
-
-
-
-
const char *
synfig::get_version()
{
}
}
-
-
return true;
}
-
-
-
-
synfig::Main::Main(const synfig::String& basepath,ProgressCallback *cb):
ref_count_(synfig_ref_count_)
{
// Load up the list importer
Importer::book()[String("lst")]=ListImporter::create;
-
-
// Load up the modules
std::list<String> modules_to_load;
std::vector<String> locations;
// load_modules(cb);
-
if(cb)cb->amount_complete(100, 100);
if(cb)cb->task(_("DONE"));
}