wip: gui
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include "Synth.h"
|
||||
#include "SynthGuiState.h"
|
||||
class Renderer
|
||||
{
|
||||
private:
|
||||
/* data */
|
||||
void DrawUi(Synth & synth, const SynthGuiState & synthGui);
|
||||
void DrawSignal(Synth & synth, const SynthGuiState & synthGui);
|
||||
public:
|
||||
Renderer(/* args */);
|
||||
~Renderer();
|
||||
void Draw();
|
||||
void Draw(Synth& synth, const SynthGuiState & synthGui);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user