1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

Minimap: show player markers

This commit is contained in:
RealBadAngel 2016-02-18 17:17:17 +01:00 committed by est31
parent 5dbaa68967
commit 5f4ed94d90
4 changed files with 78 additions and 0 deletions

View file

@ -172,6 +172,9 @@ public:
void removeNametag(Nametag *nametag);
std::list<Nametag *> *getNametags()
{ return &m_nametags; }
void drawNametags();
private: