1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-10-04 14:56:38 +00:00
openmw-tes3mp/apps/openmw/mwmp/GUI/GUILogin.hpp

19 lines
330 B
C++

#ifndef OPENMW_GUILOGIN_HPP
#define OPENMW_GUILOGIN_HPP
#include "apps/openmw/mwgui/windowbase.hpp"
class GUILogin : public MWGui::WindowModal
{
public:
GUILogin();
MyGUI::EditBox* mLogin;
MyGUI::EditBox* mServer;
MyGUI::EditBox* mPort;
protected:
MyGUI::Button* mConnect;
};
#endif //OPENMW_GUILOGIN_HPP