mirror of https://github.com/bsnes-emu/bsnes.git
Update menu-bar.hpp
This commit is contained in:
parent
22767c9cfb
commit
94846ac5b9
|
@ -13,6 +13,7 @@ struct pMenuBar : pObject {
|
||||||
|
|
||||||
auto _parent() -> maybe<pWindow&>;
|
auto _parent() -> maybe<pWindow&>;
|
||||||
auto _update() -> void;
|
auto _update() -> void;
|
||||||
|
auto _updateDeferred() -> void;
|
||||||
|
|
||||||
HMENU hmenu = 0;
|
HMENU hmenu = 0;
|
||||||
vector<wObject> objects;
|
vector<wObject> objects;
|
||||||
|
|
Loading…
Reference in New Issue