summaryrefslogtreecommitdiff
path: root/mm/2s2h/BenGui/BenMenuBar.h
blob: 1fc79da9f30e8cc65963d857ad5a16ceb8094b03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef BenMenuBar_h
#define BenMenuBar_h

#include <ship/window/gui/GuiMenuBar.h>

namespace BenGui {
class BenMenuBar : public Ship::GuiMenuBar {
  public:
    using Ship::GuiMenuBar::GuiMenuBar;

  protected:
    void DrawElement() override;
    void InitElement() override;
    void UpdateElement() override{};
};
} // namespace BenGui

#endif // BenMenuBar_h