summaryrefslogtreecommitdiff
path: root/src/io/read.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/read.hpp')
-rw-r--r--src/io/read.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/io/read.hpp b/src/io/read.hpp
index 6a44de6..1ec26ca 100644
--- a/src/io/read.hpp
+++ b/src/io/read.hpp
@@ -22,6 +22,7 @@
#include "../strings/fwd.hpp"
+#include "dir.hpp"
#include "fd.hpp"
namespace tmwa
@@ -39,6 +40,8 @@ namespace io
ReadFile(FD fd);
explicit
ReadFile(ZString name);
+ ReadFile(const DirFd& dir, ZString name);
+
ReadFile& operator = (ReadFile&&) = delete;
ReadFile(ReadFile&&) = delete;
~ReadFile();