summaryrefslogtreecommitdiffhomepage
path: root/coff.h
diff options
context:
space:
mode:
Diffstat (limited to 'coff.h')
-rw-r--r--coff.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/coff.h b/coff.h
new file mode 100644
index 0000000..401912b
--- /dev/null
+++ b/coff.h
@@ -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