various commits from SM4 SVN, courtesy of Glenn and Vyhd.
This commit is contained in:
@@ -50,6 +50,7 @@ public:
|
||||
virtual RageFileObjDirect *Copy() const;
|
||||
virtual RString GetDisplayPath() const { return m_sPath; }
|
||||
virtual int GetFileSize() const;
|
||||
virtual int GetFD();
|
||||
|
||||
private:
|
||||
bool FinalFlush();
|
||||
@@ -469,6 +470,11 @@ int RageFileObjDirect::GetFileSize() const
|
||||
return iRet;
|
||||
}
|
||||
|
||||
int RageFileObjDirect::GetFD()
|
||||
{
|
||||
return m_iFD;
|
||||
}
|
||||
|
||||
/*
|
||||
* Copyright (c) 2003-2004 Glenn Maynard, Chris Danford
|
||||
* All rights reserved.
|
||||
|
||||
Reference in New Issue
Block a user