17#ifndef _FGE_PATH_MANAGER_HPP_INCLUDED
18#define _FGE_PATH_MANAGER_HPP_INCLUDED
20#include "FastEngine/fge_extern.hpp"
27FGE_API std::filesystem::path Get(std::string_view name);
29FGE_API std::size_t GetPathSize();
31FGE_API
void Remove(std::string_view name);
33FGE_API
bool Check(std::string_view name);
35FGE_API
bool New(std::string_view name, std::filesystem::path path);
37FGE_API
bool Replace(std::string_view name, std::filesystem::path path);