mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-19 14:27:55 +08:00
8 lines
133 B
C
8 lines
133 B
C
|
#pragma once
|
|||
|
#include <filesystem>
|
|||
|
|
|||
|
namespace InstallationFolder
|
|||
|
{
|
|||
|
void ReportStructure(const std::filesystem::path& tmpDir);
|
|||
|
};
|