t7x/src/client/updater/updater.hpp

9 lines
115 B
C++
Raw Normal View History

2023-02-18 13:15:47 -05:00
#pragma once
#include "update_cancelled.hpp"
namespace updater
{
void run(const std::filesystem::path& base);
}