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