mirror of
https://github.com/libAthena/athena.git
synced 2025-12-10 05:57:57 +00:00
Initial API implementation
This commit is contained in:
@@ -41,7 +41,8 @@ FileReader::FileReader(const std::string& filename)
|
||||
|
||||
FileReader::~FileReader()
|
||||
{
|
||||
close();
|
||||
if (isOpen())
|
||||
close();
|
||||
}
|
||||
|
||||
std::string FileReader::filename() const
|
||||
|
||||
Reference in New Issue
Block a user