mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 01:06:36 +00:00
More
This commit is contained in:
@@ -542,7 +542,6 @@ SET(common_headers
|
||||
eqemu_config.h
|
||||
eqemu_config_elements.h
|
||||
eqemu_logsys.h
|
||||
eqemu_logsys_log_aliases.h
|
||||
eq_limits.h
|
||||
eq_packet.h
|
||||
eq_stream_ident.h
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
#include "bodytypes.h"
|
||||
#include "data_verification.h"
|
||||
#include "eqemu_logsys.h"
|
||||
#include "eqemu_logsys_log_aliases.h"
|
||||
#include "rulesys.h"
|
||||
|
||||
int16 EQ::invtype::GetInvTypeSize(int16 inv_type) {
|
||||
|
||||
@@ -246,7 +246,7 @@ namespace Logs {
|
||||
};
|
||||
}
|
||||
|
||||
#include "eqemu_logsys_log_aliases.h"
|
||||
#include "eqemu_logsys_log_aliases.cpp"
|
||||
|
||||
class Database;
|
||||
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef EQEMU_EQEMU_LOGSYS_LOG_ALIASES_H
|
||||
#define EQEMU_EQEMU_LOGSYS_LOG_ALIASES_H
|
||||
#ifndef EQEMU_EQEMU_LOGSYS_LOG_ALIASES_CPP
|
||||
#define EQEMU_EQEMU_LOGSYS_LOG_ALIASES_CPP
|
||||
|
||||
#define LogAA(message, ...) do {\
|
||||
if (LogSys.IsLogEnabled(Logs::General, Logs::AA))\
|
||||
@@ -855,4 +855,4 @@
|
||||
} while (0)
|
||||
|
||||
|
||||
#endif //EQEMU_EQEMU_LOGSYS_LOG_ALIASES_H
|
||||
#endif //EQEMU_EQEMU_LOGSYS_LOG_ALIASES_CPP
|
||||
@@ -14,5 +14,6 @@
|
||||
#include <cstdio>
|
||||
#include <stdio.h>
|
||||
#include <mutex>
|
||||
#include <filesystem>
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user