From c2250d95c4da368d1535794a1c7f2092ce479d7a Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Thu, 21 Mar 2013 21:42:23 +0200 Subject: Support game-specific minetest.conf --- src/subgame.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/subgame.h') diff --git a/src/subgame.h b/src/subgame.h index 996714be0..b120b7542 100644 --- a/src/subgame.h +++ b/src/subgame.h @@ -54,6 +54,9 @@ struct SubgameSpec } }; +// minetest.conf +bool getGameMinetestConfig(const std::string &game_path, Settings &conf); +// game.conf bool getGameConfig(const std::string &game_path, Settings &conf); std::string getGameName(const std::string &game_path); -- cgit v1.2.3