simplify; use RageBasicFile instead of RageFileObj
This commit is contained in:
@@ -24,6 +24,11 @@ RageFile::RageFile( const RageFile &cpy ):
|
||||
m_Mode = cpy.m_Mode;
|
||||
}
|
||||
|
||||
RageBasicFile *RageFile::Copy() const
|
||||
{
|
||||
return new RageFile( *this );
|
||||
}
|
||||
|
||||
CString RageFile::GetPath() const
|
||||
{
|
||||
if ( !IsOpen() )
|
||||
|
||||
Reference in New Issue
Block a user