amxmodx/dlls/mysqlx/module.cpp
2006-04-23 01:10:06 +00:00

9 lines
146 B
C++

#include "amxxmodule.h"
#include "mysql2_header.h"
void OnAmxxAttach()
{
MF_AddNatives(g_BaseSqlNatives);
MF_AddNatives(g_ThreadSqlNatives);
}