Searched refs:MenuTextRight (Results 1 – 3 of 3) sorted by relevance
19 MenuTextRight* MenuTextRight::Add(const MenuTextRight& item) in Add()21 MenuTextRight* pItem = new MenuTextRight(item); in Add()27 void MenuTextRight::Draw() in Draw()
16 struct MenuTextRight : public MenuText struct18 MenuTextRight(Window* window, CVec3 position, CVec2 size, const char* _text, CVec4 _color) in MenuTextRight() function21 static MenuTextRight* Add(const MenuTextRight& item);