make a member of FurnaceGUI

This commit is contained in:
Eknous-P 2023-12-08 16:08:31 +04:00
parent 594eb55942
commit 96ad124100
3 changed files with 6 additions and 2 deletions

View file

@ -2267,6 +2267,9 @@ class FurnaceGUI {
// tutorial
int curTutorial, curTutorialStep;
//audio export types (export options)
int audioExportType;
void drawSSGEnv(unsigned char type, const ImVec2& size);
void drawWaveform(unsigned char type, bool opz, const ImVec2& size);
void drawAlgorithm(unsigned char alg, FurnaceGUIFMAlgs algType, const ImVec2& size);