Allow full circle rotation with 2degs step for plantlike drawtype.
[oweals/minetest.git] / src / client.h
index 885dc9d3b70f99f9b92110732796e9dd27c5b3f1..51ce5b8f22a30df5031b32b9fe6d2e3216fef9a4 100644 (file)
@@ -215,6 +215,7 @@ struct ClientEvent
                        v2f *align;
                        v2f *offset;
                        v3f *world_pos;
+                       v2s32 * size;
                } hudadd;
                struct{
                        u32 id;
@@ -226,6 +227,7 @@ struct ClientEvent
                        std::string *sdata;
                        u32 data;
                        v3f *v3fdata;
+                       v2s32 * v2s32data;
                } hudchange;
                struct{
                        video::SColor *bgcolor;
@@ -433,6 +435,8 @@ public:
        void afterContentReceived(IrrlichtDevice *device, gui::IGUIFont* font);
 
        float getRTT(void);
+       float getCurRate(void);
+       float getAvgRate(void);
 
        // IGameDef interface
        virtual IItemDefManager* getItemDefManager();