9 lines
115 B
C++
9 lines
115 B
C++
#pragma once
|
|
|
|
#include "update_cancelled.hpp"
|
|
|
|
namespace updater
|
|
{
|
|
void run(const std::filesystem::path& base);
|
|
}
|