Moved menus to their own respective files

This commit is contained in:
Ryzerth
2020-09-25 14:25:36 +02:00
parent 5fedda08d7
commit 2c4d7cbf09
16 changed files with 346 additions and 238 deletions

View File

@@ -91,6 +91,9 @@ namespace ImGui {
void showWaterfall();
void hideWaterfall();
void showBandplan();
void hideBandplan();
void setFFTHeight(int height);
int getFFTHeight();
@@ -187,5 +190,6 @@ namespace ImGui {
int newFFTAreaHeight;
bool waterfallVisible = true;
bool bandplanVisible = false;
};
};