initial import
This commit is contained in:
8
dlls/mysqlx/module.cpp
Normal file
8
dlls/mysqlx/module.cpp
Normal file
@ -0,0 +1,8 @@
|
||||
#include "amxxmodule.h"
|
||||
#include "mysql2_header.h"
|
||||
|
||||
void OnAmxxAttach()
|
||||
{
|
||||
MF_AddNatives(g_BaseSqlNatives);
|
||||
MF_AddNatives(g_ThreadSqlNatives);
|
||||
}
|
Reference in New Issue
Block a user