1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-14 17:15:21 +02: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: