minetest/src/script/cpp_api/s_player.h:27:1: warning: struct 'PlayerHPChangeReason' was previously declared as a class [-Wmismatched-tags]
struct PlayerHPChangeReason;
class Environment;
class GUIEngine;
class ServerActiveObject;
-class PlayerHPChangeReason;
+struct PlayerHPChangeReason;
class ScriptApiBase {
public:
std::string m_last_run_mod;
bool m_secure = false;
#ifdef SCRIPTAPI_LOCK_DEBUG
- int m_lock_recursion_count;
+ int m_lock_recursion_count{};
std::thread::id m_owning_thread;
#endif