Added util/platform module
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef UTIL_PLATFORM_H_
|
||||
#define UTIL_PLATFORM_H_
|
||||
|
||||
namespace platform {
|
||||
extern void configure_encoding();
|
||||
}
|
||||
|
||||
#endif // UTIL_PLATFORM_H_
|
||||
Reference in New Issue
Block a user