mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
c55sound continued
This commit is contained in:
parent
0ac2ce7dea
commit
8c2f3bb378
9 changed files with 266 additions and 52 deletions
|
@ -174,7 +174,8 @@ public:
|
|||
MapDrawControl &control,
|
||||
IWritableTextureSource *tsrc,
|
||||
IWritableItemDefManager *itemdef,
|
||||
IWritableNodeDefManager *nodedef
|
||||
IWritableNodeDefManager *nodedef,
|
||||
ISoundManager *sound
|
||||
);
|
||||
|
||||
~Client();
|
||||
|
@ -333,6 +334,7 @@ private:
|
|||
IWritableTextureSource *m_tsrc;
|
||||
IWritableItemDefManager *m_itemdef;
|
||||
IWritableNodeDefManager *m_nodedef;
|
||||
ISoundManager *m_sound;
|
||||
MeshUpdateThread m_mesh_update_thread;
|
||||
ClientEnvironment m_env;
|
||||
con::Connection m_con;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue