aboutsummaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-03-23 15:29:30 +0200
committerPerttu Ahola <celeron55@gmail.com>2012-03-24 04:24:25 +0200
commit8c2f3bb378640c921a0ad40c4577687b0c7c37f3 (patch)
tree35d97d6c21b4b2207ec9fc8f21dc38b2435c9542 /src/client.h
parent0ac2ce7dea133fd0b71a12ca3c2f3ce463d48440 (diff)
downloadhax-minetest-server-8c2f3bb378640c921a0ad40c4577687b0c7c37f3.tar.gz
hax-minetest-server-8c2f3bb378640c921a0ad40c4577687b0c7c37f3.zip
c55sound continued
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client.h b/src/client.h
index 6063631da..2a1681e92 100644
--- a/src/client.h
+++ b/src/client.h
@@ -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;