mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-29 23:57:46 +00:00
12 lines
308 B
C
12 lines
308 B
C
#ifndef _DATABASEDEF_H
|
|
#define _DATABASEDEF_H
|
|
|
|
#include <MySqlConnector.h>
|
|
#include "Database/DbLoader.h"
|
|
#include "Database/ZoneDbConnection.h"
|
|
#include "Database/DbWorkerPool.h"
|
|
#include "Database/PreparedStatement.h"
|
|
|
|
extern Sapphire::Db::DbWorkerPool< Sapphire::Db::ZoneDbConnection > g_charaDb;
|
|
|
|
#endif
|