Initial sketch.

This commit is contained in:
Vibhav Pant
2023-07-22 15:32:25 +05:30
parent 3c2fbb8ac2
commit af5bea6a3d
4 changed files with 202 additions and 0 deletions
@@ -0,0 +1,12 @@
#include "internal/platform/implementation/platform.h"
#include <filesystem>
#include <string>
namespace nearby {
namespace api {
namespace {
std::string ImplementationPlatform::GetCustomSavePath()
}
} // namespace api
} // namespace nearby