#include "irrlichttypes_bloated.h"
#include "inventory.h"
#include "constants.h"
+#include "util/basic_macros.h"
#include <list>
#include <mutex>
struct HudElement;
class Environment;
-// IMPORTANT:
-// Do *not* perform an assignment or copy operation on a Player or
-// RemotePlayer object! This will copy the lock held for HUD synchronization
class Player
{
public:
Player(const char *name, IItemDefManager *idef);
virtual ~Player() = 0;
+ DISABLE_CLASS_COPY(Player);
+
virtual void move(f32 dtime, Environment *env, f32 pos_max_d)
{}
virtual void move(f32 dtime, Environment *env, f32 pos_max_d,