fixed bugs

This commit is contained in:
zanostro 2025-12-06 22:55:01 +01:00
parent d3ab78e76c
commit 098766bb65
5 changed files with 64 additions and 15 deletions

View file

@ -17,6 +17,7 @@ private:
std::fstream fileStream;
std::string filename;
bool fileCreated;
std::streampos readPosition;
};
#endif // FILE_DEVICE_H