Factor out some common code when saving <source> element

This commit is contained in:
Latif Khalifa
2013-07-15 20:59:28 +02:00
parent e0473b5292
commit b844b63f72
2 changed files with 48 additions and 62 deletions

View File

@@ -40,7 +40,7 @@ public:
bool saveDAE(std::string filename);
private:
void DAESaveAccessor(domAccessor* acc, int numValues, std::string params);
void addSource(daeElement* mesh, const char* src_id, std::string params, const std::vector<F32> &vals);
};
#endif // DAEEXPORT_H_