feat: audio resources
This commit is contained in:
@@ -6,13 +6,15 @@
|
||||
#define LOCKSTEP_PLAYBACKENGINE_H
|
||||
|
||||
#include "OboeSinePlayer.h"
|
||||
#include <string>
|
||||
|
||||
class PlaybackEngine {
|
||||
public:
|
||||
PlaybackEngine();
|
||||
PlaybackEngine(std::string filesDir);
|
||||
virtual ~PlaybackEngine();
|
||||
private:
|
||||
OboeSinePlayer *mPlayer;
|
||||
std::string mFilesDir;
|
||||
};
|
||||
|
||||
#endif //LOCKSTEP_PLAYBACKENGINE_H
|
||||
|
||||
Reference in New Issue
Block a user