mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 06:45:37 +03:00
11 lines
239 B
C
11 lines
239 B
C
#ifndef _INCLUDE_SOURCEMOD_MYSQL_HEADERS_H
|
|
#define _INCLUDE_SOURCEMOD_MYSQL_HEADERS_H
|
|
|
|
#include <ISQLDriver.h>
|
|
#if defined WIN32 || defined _WIN32
|
|
#include <winsock.h>
|
|
#endif
|
|
#include <mysql.h>
|
|
|
|
#endif //_INCLUDE_SOURCEMOD_MYSQL_HEADERS_H
|