#pragma once #include "OscillatorType.h" #include "raygui.h" #include struct OscillatorGuiState { float volume; float freq;//todo: remove or change to pitch shift OscillatorType waveshape; bool is_dropdown_open; Rectangle shape_dropdown_rect; }; struct SynthGuiState { std::vector oscillators; };