core-legacy/globals.h
Tobias Reisinger d17500a3b0 Initial commit
2019-07-12 21:05:56 +02:00

13 lines
183 B
C++

//
// Created by tobias on 11/07/19.
//
#ifndef EMGAUWA_CORE_GLOBALS_H
#define EMGAUWA_CORE_GLOBALS_H
namespace globals
{
extern sqlite3 *db;
}
#endif //EMGAUWA_CORE_GLOBALS_H