mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 13:38:03 +00:00
* Fix Wii/GC Compiling
* Finish initial FileInfo/Dir APIs * Get rid of type punning warnings
This commit is contained in:
@@ -97,11 +97,6 @@ bool FileWriter::isOpen() const
|
||||
return m_fileHandle != NULL;
|
||||
}
|
||||
|
||||
bool FileWriter::save()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
void FileWriter::seek(atInt64 pos, SeekOrigin origin)
|
||||
{
|
||||
if (fseeko64(m_fileHandle, pos, (int)origin) != 0)
|
||||
|
||||
Reference in New Issue
Block a user