diff options
Diffstat (limited to 'src/client/client.h')
-rw-r--r-- | src/client/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/client.h b/src/client/client.h index cdf516886..c7316fd91 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -437,6 +437,7 @@ public: return m_env.getLocalPlayer()->formspec_prepend; } + void sendPlayerPos(v3f pos); void sendPlayerPos(); MeshUpdateThread m_mesh_update_thread; |