mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
Move all the translated strings over to i18n
It's where all conditional language preprocessor goes
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#ifndef _EXPORTSTRINGS_H_
|
||||
#define _EXPORTSTRINGS_H_
|
||||
|
||||
namespace Loc
|
||||
{
|
||||
bool ExportStrings();
|
||||
}
|
||||
|
||||
#endif // _EXPORTSTRINGS_H_
|
||||
Reference in New Issue
Block a user