]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/irrlicht_changes/CGUITTFont.h
Inventory: Make addList() consistent (#11382)
[dragonfireclient.git] / src / irrlicht_changes / CGUITTFont.h
index a26a1db765dcbeb4d0bcf56d6292c7f604d7ed0e..7b04ae8280f8054669bf228b44e00d48b95bcf2e 100644 (file)
@@ -34,7 +34,7 @@
 #include <irrlicht.h>
 #include <ft2build.h>
 #include <vector>
-#include "irrUString.h"
+#include <irrUString.h>
 #include "util/enriched_string.h"
 #include FT_FREETYPE_H
 
@@ -199,6 +199,7 @@ namespace gui
 
                        core::array<core::vector2di> render_positions;
                        core::array<core::recti> render_source_rects;
+                       core::array<video::SColor> render_colors;
 
                private:
                        core::array<const SGUITTGlyph*> glyph_to_be_paged;
@@ -270,7 +271,7 @@ namespace gui
                                const core::rect<s32>* clip=0);
 
                        void draw(const EnrichedString& text, const core::rect<s32>& position,
-                               video::SColor color, bool hcenter=false, bool vcenter=false,
+                               bool hcenter=false, bool vcenter=false,
                                const core::rect<s32>* clip=0);
 
                        //! Returns the dimension of a character produced by this font.