mirror of
https://github.com/theclashingfritz/soft2scene.git
synced 2026-01-08 04:00:27 -06:00
soft2scene: Bugfixes and lots of progress!
This commit is contained in:
@@ -15,4 +15,14 @@ BinaryFile::~BinaryFile() {
|
||||
if (filestream.is_open()) {
|
||||
filestream.close();
|
||||
}
|
||||
}
|
||||
|
||||
CompressedBinaryFile::CompressedBinaryFile(const char *fname) : BinaryFile(fname) {
|
||||
|
||||
}
|
||||
|
||||
CompressedBinaryFile::~CompressedBinaryFile() {
|
||||
if (filestream.is_open()) {
|
||||
filestream.close();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user