| 163 | } |
| 164 | |
| 165 | fl::ifstream FileSystem::openRead(const char *path) { |
| 166 | return fl::ifstream(mFs->openRead(path)); |
| 167 | } |
| 168 | Video FileSystem::openVideo(const char *path, fl::size pixelsPerFrame, float fps, |
| 169 | fl::size nFrameHistory) { |
| 170 | Video video(pixelsPerFrame, fps, nFrameHistory); |