mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-30 19:22:14 +00:00
Show supported backends in --help output (#16441)
This commit is contained in:
parent
04d9bd518f
commit
3f0f7f4285
7 changed files with 113 additions and 17 deletions
|
@ -101,6 +101,7 @@ public:
|
|||
/*
|
||||
Database functions
|
||||
*/
|
||||
static std::vector<std::string> getDatabaseBackends();
|
||||
static MapDatabase *createDatabase(const std::string &name, const std::string &savedir, Settings &conf);
|
||||
|
||||
// Call these before and after saving of blocks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue