You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
259B

  1. #pragma once
  2. #include <app/common.hpp>
  3. #include <widget/Widget.hpp>
  4. #include <ui/Menu.hpp>
  5. namespace rack {
  6. namespace app {
  7. PRIVATE widget::Widget* createMenuBar();
  8. PRIVATE void appendLanguageMenu(ui::Menu* menu);
  9. } // namespace app
  10. } // namespace rack