moved framesPerTact() from songEditor to engine

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@276 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Javier Serrano Polo
2006-08-01 21:28:20 +00:00
parent e6ff4b1c4b
commit 629641dc33
5 changed files with 21 additions and 20 deletions

View File

@@ -105,9 +105,16 @@ public:
void close( void );
float framesPerTact( void ) const
{
return( m_frames_per_tact );
}
void updateFramesPerTact( void );
private:
bool m_hasGUI;
float m_frames_per_tact;
mixer * m_mixer;
mainWindow * m_mainWindow;