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

9 lines
142 B
C++

#ifndef EMGAUWA_CORE_GLOBALS_H
#define EMGAUWA_CORE_GLOBALS_H
namespace globals
{
extern sqlite3 *db;
}
#endif //EMGAUWA_CORE_GLOBALS_H