diff options
| author | RealBadAngel <mk@realbadangel.pl> | 2013-07-19 19:50:33 +0200 |
|---|---|---|
| committer | RealBadAngel <mk@realbadangel.pl> | 2013-07-20 20:34:11 +0200 |
| commit | d19c8b815dc137ea4c19e5f5a54c40693059b455 (patch) | |
| tree | d52a03f8357a0c76c2c8df259572e089cf5852c7 /src/client.h | |
| parent | ab145c8827504b2b3c897c46e9e7df32cf6324a4 (diff) | |
| download | minetest-d19c8b815dc137ea4c19e5f5a54c40693059b455.tar.xz | |
Add set_breath and get_breath to lua API.
Diffstat (limited to 'src/client.h')
| -rw-r--r-- | src/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index 0b69abf56..84cabf3f8 100644 --- a/src/client.h +++ b/src/client.h @@ -306,6 +306,7 @@ public: void sendChangePassword(const std::wstring oldpassword, const std::wstring newpassword); void sendDamage(u8 damage); + void sendBreath(u16 breath); void sendRespawn(); ClientEnvironment& getEnv() |
