mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-27 00:53:55 -07:00
fixed conflicts
This commit is contained in:
parent
d1b243481b
commit
4c1e24c214
4 changed files with 10 additions and 10 deletions
|
|
@ -17,7 +17,7 @@ private:
|
|||
QAudioOutput *audio;
|
||||
QDateTime lastTapPlayed;
|
||||
QDateTime lastEndStepPlayed;
|
||||
QDateTime lastStartCombatPlayed;
|
||||
QDateTime lastAttackStepPlayed;
|
||||
private slots:
|
||||
void cacheData();
|
||||
void soundEnabledChanged();
|
||||
|
|
@ -27,7 +27,7 @@ public slots:
|
|||
void endStep();
|
||||
void tap();
|
||||
void playerJoined();
|
||||
void startCombat();
|
||||
void attack();
|
||||
};
|
||||
|
||||
extern SoundEngine *soundEngine;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue