core-legacy/globals.cc
Tobias Reisinger 2d24339421 add: helpers
unstable: discovering
2019-07-15 00:39:37 +02:00

7 lines
82 B
C++

#include <sqlite3.h>
#include "globals.h"
namespace globals
{
sqlite3 *db;
}