1
0
Fork 0
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:
sapier 2014-07-07 22:57:11 +02:00
parent 6c5f79fee9
commit fa427d641b
3 changed files with 45 additions and 9 deletions

View file

@ -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