#include // TODO: Implement inline bool os::registry::Init() { return false; } // TODO: read from file? template bool os::registry::ReadValue(const std::string_view& name, T& data) { return false; } // TODO: write to file? template bool os::registry::WriteValue(const std::string_view& name, const T& data) { return false; }