3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/safety/ReportArea.h"
7#include "mc/client/safety/ReportReason.h"
8#include "mc/server/safety/ChatFloodingAction.h"
18MCNAPI ::std::unordered_map<::std::string, ::Safety::ChatFloodingAction>
const& ChatFloodingActionEnumMap();
20MCNAPI ::std::unordered_map<
21 ::Safety::ChatFloodingAction,
23 ::Safety::ChatFloodingActionEnumHasher,
24 ::std::equal_to<::Safety::ChatFloodingAction>>
const&
25ChatFloodingActionEnumToStringMap();
27MCNAPI_C ::std::unordered_map<::Safety::ReportArea, ::std::string>
const& ReportAreaEnumMap();
29MCNAPI_C ::std::unordered_map<::Safety::ReportReason, ::std::string>
const& ReportReasonEnumMap();
Definition ChatFloodingActionEnumHasher.h:7