mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
GUI: prepare for sample warnings
This commit is contained in:
parent
937c3f1c27
commit
7b184fe321
1 changed files with 4 additions and 0 deletions
|
@ -166,6 +166,10 @@ void FurnaceGUI::drawSampleEdit() {
|
|||
|
||||
ImGui::Separator();
|
||||
|
||||
// TODO
|
||||
String warnLoop, warnLoopType, warnLoopPos;
|
||||
String warnLength;
|
||||
|
||||
bool isChipVisible[DIV_MAX_CHIPS];
|
||||
bool isTypeVisible[DIV_MAX_SAMPLE_TYPE];
|
||||
bool isMemVisible[DIV_MAX_SAMPLE_TYPE][DIV_MAX_CHIPS];
|
||||
|
|
Loading…
Reference in a new issue