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