diff options
author | ANAND <ClobberXD@gmail.com> | 2019-09-29 17:11:13 +0530 |
---|---|---|
committer | SmallJoker <SmallJoker@users.noreply.github.com> | 2019-09-29 13:41:13 +0200 |
commit | 3799ffd9d517aa19d41c5195cf52a3ddc29f7f72 (patch) | |
tree | d9089a76f8a52b753d42307e381dca6813bfdc6b /src/client | |
parent | 07bdd6049b6d190de69419cc9be2ac49d3a08e0f (diff) | |
download | minetest-3799ffd9d517aa19d41c5195cf52a3ddc29f7f72.tar.gz minetest-3799ffd9d517aa19d41c5195cf52a3ddc29f7f72.tar.bz2 minetest-3799ffd9d517aa19d41c5195cf52a3ddc29f7f72.zip |
Move Quicktune code to util/ (#8871)
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/game.cpp b/src/client/game.cpp index fb2a81973..028d2d3bd 100644 --- a/src/client/game.cpp +++ b/src/client/game.cpp @@ -55,7 +55,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "particles.h" #include "porting.h" #include "profiler.h" -#include "quicktune_shortcutter.h" #include "raycast.h" #include "server.h" #include "settings.h" @@ -65,6 +64,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "util/basic_macros.h" #include "util/directiontables.h" #include "util/pointedthing.h" +#include "util/quicktune_shortcutter.h" #include "irrlicht_changes/static_text.h" #include "version.h" #include "script/scripting_client.h" |