#pragma once #include struct FileInfo { public: FSFileHandle handle; int fd; };