]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/client.h
Add propper client initialization
[dragonfireclient.git] / src / client.h
index 7f13c8149b60d55e6a7e7ef85679c22c50d52c74..9a788dfca5d70fcedec70d535ead46808c413ff5 100644 (file)
@@ -204,6 +204,7 @@ struct ClientEvent
                        u32 dir;
                        v2f *align;
                        v2f *offset;
+                       v3f *world_pos;
                } hudadd;
                struct{
                        u32 id;
@@ -214,6 +215,7 @@ struct ClientEvent
                        v2f *v2fdata;
                        std::string *sdata;
                        u32 data;
+                       v3f *v3fdata;
                } hudchange;
        };
 };