mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Initial sketch.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user