work on flp-import filter

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@115 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2006-03-28 14:56:26 +00:00
parent 2e56336056
commit 4041e69e41
5 changed files with 168 additions and 26 deletions

View File

@@ -94,6 +94,11 @@ protected:
#endif
}
inline int readBlock( char * _data, int _len )
{
return( m_file.readBlock( _data, _len ) );
}
inline void ungetChar( int _ch )
{
#ifndef QT3