新增商城奖励系统
This commit is contained in:
17
src/sdk/MySQL.h
Normal file
17
src/sdk/MySQL.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
#include "stdarg.h"
|
||||
#ifndef __MYSQL_H__
|
||||
#define __MYSQL_H__
|
||||
|
||||
|
||||
class MySQL
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif // __MYSQL_H__
|
||||
|
||||
Reference in New Issue
Block a user