X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fmain.h;h=191b418873096abc447e358d723cf2703b532847;hb=b8ba6318d6ed9edd59455674d39ff1d5018393df;hp=df67a634848bfecd28d534749cf82018bc39c404;hpb=81c863ac4df1530123ef7952713623dadb049bec;p=minetest.git diff --git a/src/main.h b/src/main.h index df67a6348..191b41887 100644 --- a/src/main.h +++ b/src/main.h @@ -20,9 +20,12 @@ with this program; if not, write to the Free Software Foundation, Inc., #ifndef MAIN_HEADER #define MAIN_HEADER +#include + // Settings class Settings; extern Settings *g_settings; +extern std::string g_settings_path; // Global profiler class Profiler;