mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-15 22:57:12 +02:00
Partial untested implementation of the MySQL module.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#ifndef _SQMYSQL_ACCOUNT_HPP_
|
||||
#define _SQMYSQL_ACCOUNT_HPP_
|
||||
#ifndef _SQMYSQL_TRANSACTION_HPP_
|
||||
#define _SQMYSQL_TRANSACTION_HPP_
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
#include "Common.hpp"
|
||||
@ -14,4 +14,4 @@ namespace SqMod {
|
||||
|
||||
} // Namespace:: SqMod
|
||||
|
||||
#endif // _SQMYSQL_ACCOUNT_HPP_
|
||||
#endif // _SQMYSQL_TRANSACTION_HPP_
|
||||
|
Reference in New Issue
Block a user