1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

New HUD element - waypoint.

This commit is contained in:
RealBadAngel 2014-01-26 21:31:59 +01:00
parent 3f0ee5d680
commit 21f1bec724
8 changed files with 85 additions and 9 deletions

View 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;
};
};