RageFileObjMem::PutString

This commit is contained in:
Glenn Maynard
2005-01-08 21:50:50 +00:00
parent dcd0f01d16
commit 35de6e65ae
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@ public:
/* Retrieve the contents of this file. */
const CString &GetString() const;
void PutString( const CString &sBuf );
private:
RageFileObjMemFile *m_pFile;