t7x/src/client/updater/updater.hpp
2023-02-18 19:15:47 +01:00

9 lines
115 B
C++

#pragma once
#include "update_cancelled.hpp"
namespace updater
{
void run(const std::filesystem::path& base);
}