Core/DBLayer: Support using mysql 8

This commit is contained in:
Shauren
2019-11-01 16:21:14 +01:00
parent 2072258ef4
commit c3a9d56b56
23 changed files with 509 additions and 375 deletions

View File

@@ -24,6 +24,7 @@ namespace MySQL
{
void TC_DATABASE_API Library_Init();
void TC_DATABASE_API Library_End();
char const* TC_DATABASE_API GetLibraryVersion();
};
#endif