various commits from SM4 SVN, courtesy of Glenn and Vyhd.
This commit is contained in:
@@ -166,6 +166,12 @@ int RageFile::GetFileSize() const
|
||||
return m_File->GetFileSize();
|
||||
}
|
||||
|
||||
int RageFile::GetFD()
|
||||
{
|
||||
ASSERT_READ;
|
||||
return m_File->GetFD();
|
||||
}
|
||||
|
||||
int RageFile::Read( RString &buffer, int bytes )
|
||||
{
|
||||
ASSERT_READ;
|
||||
|
||||
Reference in New Issue
Block a user