mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-26 00:23:55 -07:00
updated
This commit is contained in:
parent
5758ac685c
commit
3ac2a69b8b
5 changed files with 12 additions and 2 deletions
|
|
@ -17,6 +17,7 @@ private:
|
|||
QAudioOutput *audio;
|
||||
QDateTime lastTapPlayed;
|
||||
QDateTime lastEndStepPlayed;
|
||||
QDateTime lastStartCombatPlayed;
|
||||
private slots:
|
||||
void cacheData();
|
||||
void soundEnabledChanged();
|
||||
|
|
@ -26,6 +27,7 @@ public slots:
|
|||
void endStep();
|
||||
void tap();
|
||||
void playerJoined();
|
||||
void startCombat();
|
||||
};
|
||||
|
||||
extern SoundEngine *soundEngine;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue