summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorShadowNinja <shadowninja@minetest.net>2015-02-27 02:24:07 -0500
committerShadowNinja <shadowninja@minetest.net>2015-03-06 00:20:45 -0500
commite9eda2b0d0019890cd404e4af25b7adf349e288f (patch)
treebb7d2027fcc7ff55baa7694e7168dcb082cdebb1 /src/map.h
parent708337dfc2b3871dc6de983e781e4a4a60a1881d (diff)
downloadminetest-e9eda2b0d0019890cd404e4af25b7adf349e288f.tar.gz
minetest-e9eda2b0d0019890cd404e4af25b7adf349e288f.tar.bz2
minetest-e9eda2b0d0019890cd404e4af25b7adf349e288f.zip
Don't start a server for map migration
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map.h b/src/map.h
index 073f9314d..a4fd8406b 100644
--- a/src/map.h
+++ b/src/map.h
@@ -34,6 +34,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "util/container.h"
#include "nodetimer.h"
+class Settings;
class Database;
class ClientMap;
class MapSector;
@@ -445,6 +446,7 @@ public:
/*
Database functions
*/
+ static Database *createDatabase(const std::string &name, const std::string &savedir, Settings &conf);
// Verify we can read/write to the database
void verifyDatabase();