Files
nearby/internal/platform/implementation/linux/platform.cc
T
2023-07-22 15:32:25 +05:30

13 lines
245 B
C++

#include "internal/platform/implementation/platform.h"
#include <filesystem>
#include <string>
namespace nearby {
namespace api {
namespace {
std::string ImplementationPlatform::GetCustomSavePath()
}
} // namespace api
} // namespace nearby