mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
10 lines
131 B
C++
10 lines
131 B
C++
#ifndef _EXPORTSTRINGS_H_
|
|
#define _EXPORTSTRINGS_H_
|
|
|
|
namespace Loc
|
|
{
|
|
bool ExportStrings();
|
|
}
|
|
|
|
#endif // _EXPORTSTRINGS_H_
|