1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Move Quicktune code to util/ (#8871)

This commit is contained in:
ANAND 2019-09-29 17:11:13 +05:30 committed by SmallJoker
parent 07bdd6049b
commit 3799ffd9d5
9 changed files with 8 additions and 9 deletions

View file

@ -29,7 +29,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "defaultsettings.h"
#include "gettext.h"
#include "log.h"
#include "quicktune.h"
#include "util/quicktune.h"
#include "httpfetch.h"
#include "gameparams.h"
#include "database/database.h"