예제 #1
0
void saveTo(const AllNpcs_Data &target, const QString &baseName, bool text_format)
{
    commonSaveTo(target,"AllNpcs",baseName,text_format);
}
예제 #2
0
void saveTo(const AllPowerCategories & target, const QString & baseName, bool text_format)
{
    commonSaveTo(target,"Powers",baseName,text_format);
}