Files
dusklight/mods/randomizer/src/paths.hpp
T
2026-08-07 19:42:50 -07:00

14 lines
349 B
C++

#pragma once
#include <filesystem>
namespace randomizer::paths {
std::filesystem::path GetRandomizerPath();
std::filesystem::path GetRandomizerSettingsPath();
std::filesystem::path GetRandomizerPreferencesPath();
std::filesystem::path GetRandomizerPresetsPath();
std::filesystem::path GetRandomizerSeedsPath();
} // namespace randomizer::paths