diff options
| author | ailurux <ailuruxx@gmail.com> | 2024-05-06 12:36:16 +1000 |
|---|---|---|
| committer | ailurux <ailuruxx@gmail.com> | 2024-05-06 12:36:16 +1000 |
| commit | eeb3f2d406a951b423b83f559fe749df0b4f745a (patch) | |
| tree | 8c4174f5fefcfa7aceb5afea70f0064894126aa7 /src/lua/include | |
| parent | fb3d6a7b86991fe38da9a2741db8801785aa4c1b (diff) | |
| download | tangara-fw-eeb3f2d406a951b423b83f559fe749df0b4f745a.tar.gz | |
WIP: File browser, needs bug fixes
Diffstat (limited to 'src/lua/include')
| -rw-r--r-- | src/lua/include/file_iterator.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua/include/file_iterator.hpp b/src/lua/include/file_iterator.hpp index 1632949e..da1a6eeb 100644 --- a/src/lua/include/file_iterator.hpp +++ b/src/lua/include/file_iterator.hpp @@ -36,6 +36,7 @@ class FileIterator { std::string original_path_; std::optional<FileEntry> current_; + int offset_; auto iterate(bool reverse = false) -> bool; }; |
