mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add sqlite3 backend hack for android
This commit is contained in:
parent
6c5f79fee9
commit
fa427d641b
3 changed files with 45 additions and 9 deletions
|
@ -47,6 +47,9 @@ private:
|
|||
sqlite3 *m_database;
|
||||
sqlite3_stmt *m_database_read;
|
||||
sqlite3_stmt *m_database_write;
|
||||
#ifdef __ANDROID__
|
||||
sqlite3_stmt *m_database_delete;
|
||||
#endif
|
||||
sqlite3_stmt *m_database_list;
|
||||
|
||||
// Create the database structure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue