mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 15:16:12 -04:00
13 lines
245 B
C++
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
|