initial import

This commit is contained in:
David Anderson
2006-04-23 01:10:06 +00:00
parent 3ba923e4c0
commit 27d8cde394
38 changed files with 11324 additions and 0 deletions

View File

@ -0,0 +1,10 @@
#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