#ifndef CORE_DATABASE_H #define CORE_DATABASE_H #include extern sqlite3 *global_database; int database_migrate(); #endif /* CORE_DATABASE_H */