core-legacy/globals.cc

12 lines
123 B
C++
Raw Normal View History

2019-07-12 19:05:56 +00:00
//
// Created by tobias on 11/07/19.
//
#include <sqlite3.h>
#include "globals.h"
namespace globals
{
sqlite3 *db;
}