]> git.lizzy.rs Git - minetest.git/blobdiff - src/object_properties.h
Make m_media_fetch_threads to contain MediaFetchThread* instead of MediaFetchThread
[minetest.git] / src / object_properties.h
index 48240e6ea45fc9c3bf46f93d5ff772fa459b2396..d7d44625e273745dff63c38fed6ccd740674c2fb 100644 (file)
@@ -23,6 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include <string>
 #include "irrlichttypes_bloated.h"
 #include <iostream>
+#include <map>
 
 struct ObjectProperties
 {
@@ -35,12 +36,14 @@ struct ObjectProperties
        std::string mesh;
        v2f visual_size;
        core::array<std::string> textures;
+       core::array<video::SColor> colors;
        v2s16 spritediv;
        v2s16 initial_sprite_basepos;
        bool is_visible;
        bool makes_footstep_sound;
        float automatic_rotate;
 
+
        ObjectProperties();
        std::string dump();
        void serialize(std::ostream &os) const;