|
@@ -1,19 +1,16 @@
|
|
|
// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
|
|
|
// For more information, see LICENCE in the main folder
|
|
|
|
|
|
-#ifndef _INTER_SQL_H_
|
|
|
-#define _INTER_SQL_H_
|
|
|
+#ifndef _INTER_HPP_
|
|
|
+#define _INTER_HPP_
|
|
|
|
|
|
#include "../common/cbasetypes.h"
|
|
|
-//#include "../common/conf.h"
|
|
|
-//#include "../common/mmo.h"
|
|
|
#include "../common/sql.h"
|
|
|
|
|
|
#include <memory>
|
|
|
#include <string>
|
|
|
#include <unordered_map>
|
|
|
|
|
|
-
|
|
|
struct s_storage_table;
|
|
|
struct Inter_Config {
|
|
|
std::string cfgFile; ///< Inter-Config file
|
|
@@ -43,5 +40,4 @@ extern Sql* lsql_handle;
|
|
|
void inter_savereg(uint32 account_id, uint32 char_id, const char *key, unsigned int index, intptr_t val, bool is_string);
|
|
|
int inter_accreg_fromsql(uint32 account_id, uint32 char_id, int fd, int type);
|
|
|
|
|
|
-
|
|
|
-#endif /* _INTER_SQL_H_ */
|
|
|
+#endif /* _INTER_HPP_ */
|