move ImportStrings to i18n

This commit is contained in:
Marco Antonio J. Costa
2026-07-21 18:39:50 -03:00
committed by majcosta
parent 4be9b106f4
commit 738225d2a2
4 changed files with 1 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef _IMPORTSTRINGS_H_
#define _IMPORTSTRINGS_H_
namespace Loc
{
void ImportStrings();
}
#endif // _IMPORTSTRINGS_H_