diff options
Diffstat (limited to 'coff.h')
-rw-r--r-- | coff.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +#pragma once + +#include <filesystem> + +namespace COFF { + void Dump(std::filesystem::path path); + void Create(std::filesystem::path path); +}
\ No newline at end of file |