core-legacy/globals.h

10 lines
142 B
C
Raw Normal View History

2019-07-12 19:05:56 +00:00
#ifndef EMGAUWA_CORE_GLOBALS_H
#define EMGAUWA_CORE_GLOBALS_H
namespace globals
{
extern sqlite3 *db;
}
#endif //EMGAUWA_CORE_GLOBALS_H