14 lines
183 B
C
14 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
|