2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-11-19 19:52:06 +00:00

feat: include user files in iwd

This commit is contained in:
Jan Laupetin
2025-11-18 21:13:56 +00:00
parent 304091c93d
commit 74ef6118b6
5 changed files with 157 additions and 19 deletions

View File

@@ -15,7 +15,7 @@ public:
std::unique_ptr<std::istream> m_stream;
int64_t m_length;
_NODISCARD bool IsOpen() const;
[[nodiscard]] bool IsOpen() const;
SearchPathOpenFile();
SearchPathOpenFile(std::unique_ptr<std::istream> stream, int64_t length);