Fix a warning reported by clang
authorLoic Blot <loic.blot@unix-experience.fr>
Thu, 29 Mar 2018 11:36:01 +0000 (13:36 +0200)
committerLoic Blot <loic.blot@unix-experience.fr>
Thu, 29 Mar 2018 11:37:24 +0000 (13:37 +0200)
commitef979ee2e9b3109e2b5348014e7ae4b3efdd666c
tree2b39a524cb4eafa58b5f46421972eb6d698adf50
parent83fc0fd2f1e1a1594ddc31dede65615fbf673365
Fix a warning reported by clang

minetest/src/script/cpp_api/s_player.h:27:1: warning: struct 'PlayerHPChangeReason' was previously declared as a class [-Wmismatched-tags]
struct PlayerHPChangeReason;
src/script/cpp_api/s_base.h