summaryrefslogtreecommitdiffhomepage
path: root/coff.h
blob: 401912baffb85a0941916efad290909c9c362dcd (plain)
1
2
3
4
5
6
7
8
#pragma once

#include <filesystem>

namespace COFF {
 void Dump(std::filesystem::path path);
 void Create(std::filesystem::path path);
}