mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 17:35:37 +02:00
Use STL containers instead of irr::core::list
This commit is contained in:
@@ -294,7 +294,7 @@ void Database_SQLite3::createDatabase()
|
||||
|
||||
}
|
||||
|
||||
void Database_SQLite3::listAllLoadableBlocks(core::list<v3s16> &dst)
|
||||
void Database_SQLite3::listAllLoadableBlocks(std::list<v3s16> &dst)
|
||||
{
|
||||
verifyDatabase();
|
||||
|
||||
|
Reference in New Issue
Block a user