mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Move ClientMap to clientmap.{h,cpp}
This commit is contained in:
parent
54917e3062
commit
58bed83d03
12 changed files with 717 additions and 666 deletions
|
@ -45,6 +45,7 @@ class ServerActiveObject;
|
|||
typedef struct lua_State lua_State;
|
||||
class ITextureSource;
|
||||
class IGameDef;
|
||||
class ClientMap;
|
||||
|
||||
class Environment
|
||||
{
|
||||
|
@ -393,11 +394,8 @@ public:
|
|||
IrrlichtDevice *device);
|
||||
~ClientEnvironment();
|
||||
|
||||
Map & getMap()
|
||||
{ return *m_map; }
|
||||
|
||||
ClientMap & getClientMap()
|
||||
{ return *m_map; }
|
||||
Map & getMap();
|
||||
ClientMap & getClientMap();
|
||||
|
||||
IGameDef *getGameDef()
|
||||
{ return m_gamedef; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue