8 lines
146 B
C++
8 lines
146 B
C++
#ifndef UTIL_PLATFORM_H_
|
|
#define UTIL_PLATFORM_H_
|
|
|
|
namespace platform {
|
|
extern void configure_encoding();
|
|
}
|
|
|
|
#endif // UTIL_PLATFORM_H_
|