mirror of
https://github.com/edubart/otclient.git
synced 2025-12-20 23:47:12 +01:00
More sql stuff
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef DATABASE_H
|
||||
#define DATABASE_H
|
||||
#ifndef DATABASEMYSQL_H
|
||||
#define DATABASEMYSQL_H
|
||||
|
||||
#include "database.h"
|
||||
#include <framework/global.h>
|
||||
#ifdef WIN32
|
||||
#include <winsock2.h>
|
||||
@@ -9,7 +10,7 @@
|
||||
|
||||
class DBResult;
|
||||
|
||||
class DatabaseMySQL
|
||||
class DatabaseMySQL : public Database
|
||||
{
|
||||
public:
|
||||
DatabaseMySQL();
|
||||
|
||||
Reference in New Issue
Block a user