Added util/platform module

This commit is contained in:
MihailRis
2023-11-09 20:17:11 +03:00
parent ab7e832218
commit 665347213d
2 changed files with 22 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef UTIL_PLATFORM_H_
#define UTIL_PLATFORM_H_
namespace platform {
extern void configure_encoding();
}
#endif // UTIL_PLATFORM_H_