Moved menus to their own respective files
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user