make a member of FurnaceGUI
This commit is contained in:
parent
594eb55942
commit
96ad124100
3 changed files with 6 additions and 2 deletions
|
|
@ -31,7 +31,6 @@ void FurnaceGUI::drawExport() {
|
|||
if (ImGui::BeginChild("sysPickerC",avail,false,ImGuiWindowFlags_NoScrollWithMouse|ImGuiWindowFlags_NoScrollbar)) {
|
||||
if (ImGui::BeginTabBar("ExportTypes")) {
|
||||
if (ImGui::BeginTabItem("Audio")) {
|
||||
static int audioExportType=0;
|
||||
ImGui::RadioButton("one file",&audioExportType,0);
|
||||
ImGui::RadioButton("multiple files (one per chip)",&audioExportType,1);
|
||||
ImGui::RadioButton("multiple files (one per channel)",&audioExportType,2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue