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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user