Exemplo n.º 1
0
void saveTo(const AllNpcs_Data &target, const QString &baseName, bool text_format)
{
    commonSaveTo(target,"AllNpcs",baseName,text_format);
}
Exemplo n.º 2
0
void saveTo(const AllPowerCategories & target, const QString & baseName, bool text_format)
{
    commonSaveTo(target,"Powers",baseName,text_format);
}