updated build system
All checks were successful
Public/monitarr/pipeline/head This commit looks good

This commit is contained in:
2025-04-25 23:28:29 -05:00
parent 8e1b5072fd
commit 30d1984da7
6 changed files with 106 additions and 15 deletions

View File

@@ -30,6 +30,10 @@
#include "utils/types/file/i_file.hpp"
#include "utils/types/file/i_fs_item.hpp"
namespace repertory::utils::directory {
[[nodiscard]] auto temp() -> std::string;
}
namespace monitarr::utils::file {
[[nodiscard]] auto change_to_process_directory() -> bool;