add helpers

This commit is contained in:
Glenn Maynard
2003-12-04 21:10:16 +00:00
parent ac58bafad5
commit ba7c4e57fe
2 changed files with 39 additions and 0 deletions
+5
View File
@@ -54,6 +54,11 @@ public:
int Read( void *buffer, size_t bytes );
int Read( const CString &buffer, size_t bytes );
/* These are just here to make wrappers (eg. vorbisfile, SDL_rwops) easier. */
int Write( const void *buffer, size_t bytes, int nmemb );
int Read( void *buffer, size_t bytes, int nmemb );
int Seek( int offset, int whence );
/* Line-based I/O: */
CString GetLine();
int GetLine( CString &out );