simplify; use RageBasicFile instead of RageFileObj

This commit is contained in:
Glenn Maynard
2004-12-10 10:04:32 +00:00
parent 2474150aeb
commit 8915e3944a
9 changed files with 39 additions and 28 deletions
+5
View File
@@ -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() )