mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-27 06:08:03 +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
|