#pragma once #include "head.h" class UIGame : public UI::Scene { public: UIGame(); virtual void Update() override; private: std::vector _allGame; UI::ListBox* _edt; UI::Text* _txtInfo; };