aboutsummaryrefslogtreecommitdiff
path: root/src/util/auth.cpp
Commit message (Expand)AuthorAge
* C++11 cleanup on constructors (#6000)Vincent Glize2017-06-19
* Much better API for auth.{cpp, h}est312016-03-15
* Fix some SRP issuesest312015-09-30
* Clarify docs for auth.cpp methodest312015-07-21
* Make early protocol auth mechanism generic, and add SRPest312015-05-11
be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #pragma once #include "irrlichttypes_extrabloated.h" class GUIBox : public gui::IGUIElement { public: GUIBox(gui::IGUIEnvironment *env, gui::IGUIElement *parent, s32 id, const core::rect<s32> &rectangle, const video::SColor &color); virtual void draw() override; private: video::SColor m_color; };