diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-04-14 23:28:30 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-04-14 23:28:30 +0800 |
commit | eee7a6e13ec8cfcb70e3777d83a3a11b3cd30ac6 (patch) | |
tree | 7b0820543a3d1d97090434f173bd7d9df0bd4b13 /core/qmpmidiplay.hpp | |
parent | 2888a8349d11a3e959c300256ce36e824337e636 (diff) | |
download | QMidiPlayer-eee7a6e13ec8cfcb70e3777d83a3a11b3cd30ac6.tar.xz |
History of the Moon.
Diffstat (limited to 'core/qmpmidiplay.hpp')
-rw-r--r-- | core/qmpmidiplay.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/qmpmidiplay.hpp b/core/qmpmidiplay.hpp index 15fcd89..b0fb387 100644 --- a/core/qmpmidiplay.hpp +++ b/core/qmpmidiplay.hpp @@ -86,6 +86,7 @@ class CMidiPlayer void setBit(uint16_t &n,uint16_t bn,uint16_t b); void processEvent(const SEvent *e); void processEventStub(const SEvent *e); + void prePlayInit(); void playEvents(); void fileTimer1Pass(); void fileTimer2Pass(); |