Files
source/i18n/include/ExportStrings.h
2025-08-08 18:00:31 +03:00

10 lines
123 B
C++

#ifndef _EXPORTSTRINGS_H_
#define _EXPORTSTRINGS_H_
namespace Loc
{
bool ExportStrings();
}
#endif // _EXPORTSTRINGS_H_