mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
normalize includes: common
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
#ifndef EQEMU_PLAYER_EVENTS_H
|
||||
#define EQEMU_PLAYER_EVENTS_H
|
||||
#pragma once
|
||||
|
||||
#include "common/repositories/player_event_logs_repository.h"
|
||||
#include "common/rulesys.h"
|
||||
#include "common/types.h"
|
||||
|
||||
#include "cereal/cereal.hpp"
|
||||
|
||||
#include <string>
|
||||
#include <cereal/cereal.hpp>
|
||||
#include "../types.h"
|
||||
#include "../rulesys.h"
|
||||
#include "../repositories/player_event_logs_repository.h"
|
||||
|
||||
#define CEREAL_NVP_IF_NONZERO(ar, name) \
|
||||
if ((name) != 0) ar(cereal::make_nvp(#name, name))
|
||||
@@ -1753,8 +1754,6 @@ namespace PlayerEvent {
|
||||
};
|
||||
}
|
||||
|
||||
#endif //EQEMU_PLAYER_EVENTS_H
|
||||
|
||||
#define RecordPlayerEventLog(event_type, event_data) do {\
|
||||
if (PlayerEventLogs::Instance()->IsEventEnabled(event_type)) {\
|
||||
if (RuleB(Logging, PlayerEventsQSProcess)) {\
|
||||
|
||||
Reference in New Issue
Block a user