From f9158592e1478b2013afc7041d9ed041cf2d2f4a Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 13 Jan 2014 19:47:58 +1000 Subject: Update Irrlicht to 1.8.1. Include actual change markers this time. lol --- .../_i_g_u_i_color_select_dialog_8h_source.html | 148 +++++++++++++++++++++ 1 file changed, 148 insertions(+) create mode 100644 libraries/irrlicht-1.8.1/doc/html/_i_g_u_i_color_select_dialog_8h_source.html (limited to 'libraries/irrlicht-1.8.1/doc/html/_i_g_u_i_color_select_dialog_8h_source.html') diff --git a/libraries/irrlicht-1.8.1/doc/html/_i_g_u_i_color_select_dialog_8h_source.html b/libraries/irrlicht-1.8.1/doc/html/_i_g_u_i_color_select_dialog_8h_source.html new file mode 100644 index 0000000..2a3fa03 --- /dev/null +++ b/libraries/irrlicht-1.8.1/doc/html/_i_g_u_i_color_select_dialog_8h_source.html @@ -0,0 +1,148 @@ + + + + +Irrlicht 3D Engine: IGUIColorSelectDialog.h Source File + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+
+
IGUIColorSelectDialog.h
+
+
+Go to the documentation of this file.
00001 // Copyright (C) 2002-2012 Nikolaus Gebhardt
+00002 // This file is part of the "Irrlicht Engine".
+00003 // For conditions of distribution and use, see copyright notice in irrlicht.h
+00004 
+00005 #ifndef __I_GUI_COLOR_SELECT_DIALOG_H_INCLUDED__
+00006 #define __I_GUI_COLOR_SELECT_DIALOG_H_INCLUDED__
+00007 
+00008 #include "IGUIElement.h"
+00009 
+00010 namespace irr
+00011 {
+00012 namespace gui
+00013 {
+00014 
+00016     class IGUIColorSelectDialog : public IGUIElement
+00017     {
+00018     public:
+00019 
+00021         IGUIColorSelectDialog(IGUIEnvironment* environment, IGUIElement* parent, s32 id, core::rect<s32> rectangle)
+00022             : IGUIElement(EGUIET_COLOR_SELECT_DIALOG, environment, parent, id, rectangle) {}
+00023     };
+00024 
+00025 
+00026 } // end namespace gui
+00027 } // end namespace irr
+00028 
+00029 #endif
+00030 
+
+
+ + + + + -- cgit v1.1