1#ifndef YAZE_UTIL_PLATFORM_PATHS_H_
2#define YAZE_UTIL_PLATFORM_PATHS_H_
7#include "absl/status/statusor.h"
66 const std::string& subdir);
84 static bool Exists(
const std::filesystem::path& path);
115 static std::string
ToNativePath(
const std::filesystem::path& path);
131 static absl::StatusOr<std::filesystem::path>
FindAsset(
132 const std::string& relative_path);
Main namespace for the application.