You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw-tes3coop/apps/openmw/mwmp/GUILogin.hpp

24 lines
363 B
C++

//
// Created by koncord on 19.05.16.
//
#ifndef OPENMW_GUILOGIN_HPP
#define OPENMW_GUILOGIN_HPP
#include "../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