MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / ~MenuObject

Method ~MenuObject

Applications/Shell/menu.cpp:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 virtual void Open(vector2i_t pos) = 0;
30
31 virtual ~MenuObject() = default;
32};
33
34class MenuCategory : public MenuObject{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected