aboutsummaryrefslogtreecommitdiff
path: root/ld.h
diff options
context:
space:
mode:
Diffstat (limited to 'ld.h')
-rw-r--r--ld.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/ld.h b/ld.h
new file mode 100644
index 0000000..b25a24c
--- /dev/null
+++ b/ld.h
@@ -0,0 +1,11 @@
+#pragma once
+
+#include <string>
+
+class ld_file {
+};
+
+class ld_file_loader {
+public:
+ static ld_file load(std::string path);
+};