diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-02-14 22:49:23 +0100 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-02-16 01:19:30 +0100 |
commit | f3bd288f020a8f004179513c0e260ac0f2855767 (patch) | |
tree | 174babd6e46d2979bb9d00124ac4cb3109d3e6c7 /src/Entities/Player.h | |
parent | Set max. Players in the Tablist to 60 (diff) | |
download | cuberite-f3bd288f020a8f004179513c0e260ac0f2855767.tar cuberite-f3bd288f020a8f004179513c0e260ac0f2855767.tar.gz cuberite-f3bd288f020a8f004179513c0e260ac0f2855767.tar.bz2 cuberite-f3bd288f020a8f004179513c0e260ac0f2855767.tar.lz cuberite-f3bd288f020a8f004179513c0e260ac0f2855767.tar.xz cuberite-f3bd288f020a8f004179513c0e260ac0f2855767.tar.zst cuberite-f3bd288f020a8f004179513c0e260ac0f2855767.zip |
Diffstat (limited to 'src/Entities/Player.h')
-rw-r--r-- | src/Entities/Player.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Entities/Player.h b/src/Entities/Player.h index 53e4b56db..838f0301d 100644 --- a/src/Entities/Player.h +++ b/src/Entities/Player.h @@ -208,6 +208,8 @@ public: const AString & GetName(void) const { return m_PlayerName; } void SetName(const AString & a_Name) { m_PlayerName = a_Name; } + void PlaySoundEffect(const AString & a_SoundName, float a_Volume, float a_Pitch); + // tolua_end typedef std::list< cGroup* > GroupList; |