DataPlayer/ChaosDataPlayer/PlayWaveSound.h
2022-07-30 11:50:01 +08:00

19 lines
283 B
C++

#ifndef PLAYWAVESOUND_H
#define PLAYWAVESOUND_H
#include <QObject>
#include "global.h"
class PlayWaveSound : public QObject
{
Q_OBJECT
public:
explicit PlayWaveSound(QObject *parent = nullptr);
~PlayWaveSound();
void Init();
signals:
};
#endif // PLAYWAVESOUND_H