1
0
mirror of https://github.com/azure-rtos/guix.git synced 2025-01-28 07:03:11 +08:00
guix/guix_studio/xliff_read_write.h

16 lines
265 B
C++

#ifndef _XLIFF_READ_WRITE_
#define _XLIFF_READ_WRITE_
class xliff_read_write
{
public:
xliff_read_write();
BOOL ExportLanguage(studiox_project *project);
BOOL ImportXliffFile(studiox_project *project, CString &pathname);
};
#endif