initial: oboe, logging
This commit is contained in:
18
app/src/main/cpp/PlaybackEngine.h
Normal file
18
app/src/main/cpp/PlaybackEngine.h
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// Created by david on 01.02.2026.
|
||||
//
|
||||
|
||||
#ifndef LOCKSTEP_PLAYBACKENGINE_H
|
||||
#define LOCKSTEP_PLAYBACKENGINE_H
|
||||
|
||||
#include "OboeSinePlayer.h"
|
||||
|
||||
class PlaybackEngine {
|
||||
public:
|
||||
PlaybackEngine();
|
||||
virtual ~PlaybackEngine();
|
||||
private:
|
||||
OboeSinePlayer *mPlayer;
|
||||
};
|
||||
|
||||
#endif //LOCKSTEP_PLAYBACKENGINE_H
|
||||
Reference in New Issue
Block a user