This commit is contained in:
Akkadius
2024-10-01 20:35:25 -05:00
parent 75a11552fc
commit f8712b8baf
8 changed files with 8 additions and 8 deletions
-1
View File
@@ -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
-1
View File
@@ -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) {
+1 -1
View File
@@ -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
+1
View File
@@ -14,5 +14,6 @@
#include <cstdio>
#include <stdio.h>
#include <mutex>
#include <filesystem>
#endif