summaryrefslogtreecommitdiffstats
path: root/src/GameState.hpp
diff options
context:
space:
mode:
authorLaG1924 <12997935+LaG1924@users.noreply.github.com>2018-02-03 18:42:25 +0100
committerLaG1924 <12997935+LaG1924@users.noreply.github.com>2018-02-03 18:42:25 +0100
commit7492187ad2e16c7398ca4ed812a57045c3d42d68 (patch)
tree0bfc9a274bf1616b5220b9567ff1c422f4391b12 /src/GameState.hpp
parentImplemented basic digging (diff)
downloadAltCraft-7492187ad2e16c7398ca4ed812a57045c3d42d68.tar
AltCraft-7492187ad2e16c7398ca4ed812a57045c3d42d68.tar.gz
AltCraft-7492187ad2e16c7398ca4ed812a57045c3d42d68.tar.bz2
AltCraft-7492187ad2e16c7398ca4ed812a57045c3d42d68.tar.lz
AltCraft-7492187ad2e16c7398ca4ed812a57045c3d42d68.tar.xz
AltCraft-7492187ad2e16c7398ca4ed812a57045c3d42d68.tar.zst
AltCraft-7492187ad2e16c7398ca4ed812a57045c3d42d68.zip
Diffstat (limited to 'src/GameState.hpp')
-rw-r--r--src/GameState.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GameState.hpp b/src/GameState.hpp
index 0bc8cfd..5d3d36a 100644
--- a/src/GameState.hpp
+++ b/src/GameState.hpp
@@ -62,4 +62,5 @@ public:
std::vector<Window> openedWindows;
Vector selectedBlock;
+ float distanceToSelectedBlock;
};