mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
Core: ported headers cleanup from master branch
This commit is contained in:
@@ -18,20 +18,12 @@
|
||||
#ifndef _MYSQLTHREADING_H
|
||||
#define _MYSQLTHREADING_H
|
||||
|
||||
#include "Log.h"
|
||||
#include "Define.h"
|
||||
|
||||
class TC_DATABASE_API MySQL
|
||||
namespace MySQL
|
||||
{
|
||||
public:
|
||||
static void Library_Init()
|
||||
{
|
||||
mysql_library_init(-1, NULL, NULL);
|
||||
}
|
||||
|
||||
static void Library_End()
|
||||
{
|
||||
mysql_library_end();
|
||||
}
|
||||
};
|
||||
void TC_DATABASE_API Library_Init();
|
||||
void TC_DATABASE_API Library_End();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user