diff options
author | LaG1924 <12997935+LaG1924@users.noreply.github.com> | 2018-02-03 18:42:25 +0100 |
---|---|---|
committer | LaG1924 <12997935+LaG1924@users.noreply.github.com> | 2018-02-03 18:42:25 +0100 |
commit | 7492187ad2e16c7398ca4ed812a57045c3d42d68 (patch) | |
tree | 0bfc9a274bf1616b5220b9567ff1c422f4391b12 /src/GameState.hpp | |
parent | Implemented basic digging (diff) | |
download | AltCraft-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 '')
-rw-r--r-- | src/GameState.hpp | 1 |
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; }; |