]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/localplayer.h
fix gettext compile issues under win32
[dragonfireclient.git] / src / localplayer.h
index 17434d37910e2103b377afd61e47317651a1a2bc..b6a3ed1f6c8b951a5020da2a809c228b435ed8bd 100644 (file)
@@ -25,6 +25,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 
 class ClientEnvironment;
 
+class ClientActiveObject;
+
 class LocalPlayer : public Player
 {
 public:
@@ -35,6 +37,8 @@ class LocalPlayer : public Player
        {
                return true;
        }
+       
+       ClientActiveObject *parent;
 
        bool isAttached;
 
@@ -55,6 +59,11 @@ class LocalPlayer : public Player
        float last_yaw;
        unsigned int last_keyPressed;
 
+       float camera_impact;
+
+       std::string hotbar_image;
+       std::string hotbar_selected_image;
+
 private:
        // This is used for determining the sneaking range
        v3s16 m_sneak_node;