mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 13:38:03 +00:00
* Added filepath implementation in BinaryReader
This commit is contained in:
@@ -149,6 +149,16 @@ Uint8* BinaryReader::data() const
|
||||
return ret;
|
||||
}
|
||||
|
||||
void BinaryReader::setFilepath(const std::string& filepath)
|
||||
{
|
||||
m_filepath = filepath;
|
||||
}
|
||||
|
||||
std::string BinaryReader::filepath() const
|
||||
{
|
||||
return m_filepath;
|
||||
}
|
||||
|
||||
void BinaryReader::seekBit(int bit)
|
||||
{
|
||||
if (!m_data)
|
||||
|
||||
Reference in New Issue
Block a user