mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add minimap feature
This commit is contained in:
parent
3376d2e114
commit
ffd16e3fec
23 changed files with 883 additions and 30 deletions
|
@ -48,6 +48,8 @@ struct MapDrawControl;
|
|||
class MtEventManager;
|
||||
struct PointedThing;
|
||||
class Database;
|
||||
class Mapper;
|
||||
struct MinimapMapblock;
|
||||
|
||||
struct QueuedMeshUpdate
|
||||
{
|
||||
|
@ -504,6 +506,9 @@ public:
|
|||
float getCurRate(void);
|
||||
float getAvgRate(void);
|
||||
|
||||
Mapper* getMapper ()
|
||||
{ return m_mapper; }
|
||||
|
||||
// IGameDef interface
|
||||
virtual IItemDefManager* getItemDefManager();
|
||||
virtual INodeDefManager* getNodeDefManager();
|
||||
|
@ -583,6 +588,7 @@ private:
|
|||
ParticleManager m_particle_manager;
|
||||
con::Connection m_con;
|
||||
IrrlichtDevice *m_device;
|
||||
Mapper *m_mapper;
|
||||
// Server serialization version
|
||||
u8 m_server_ser_ver;
|
||||
// Used version of the protocol with server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue