mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 16:57:16 +01:00
40a2ba46f5
Also commited the remaining incomplete modules.
18 lines
467 B
C++
18 lines
467 B
C++
#ifndef _SQMYSQL_ACCOUNT_HPP_
|
|
#define _SQMYSQL_ACCOUNT_HPP_
|
|
|
|
// ------------------------------------------------------------------------------------------------
|
|
#include "Common.hpp"
|
|
|
|
// ------------------------------------------------------------------------------------------------
|
|
namespace SqMod {
|
|
|
|
/* ------------------------------------------------------------------------------------------------
|
|
*
|
|
*/
|
|
|
|
|
|
} // Namespace:: SqMod
|
|
|
|
#endif // _SQMYSQL_ACCOUNT_HPP_
|