reflect: format includes
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
#include <mc/legacy/ActorUniqueID.h>
|
||||
#include <mc/world/actor/ActorDamageSource.h>
|
||||
#include <parallel_hashmap/phmap.h>
|
||||
#include "ll/api/i18n/I18n.h"
|
||||
|
||||
#define MOD_NAME "DeathMessages"
|
||||
|
||||
@@ -16,11 +15,6 @@ extern phmap::flat_hash_map<int64, ActorUniqueID> mHurtByEntityMap;
|
||||
extern bool isCrystal;
|
||||
|
||||
using DeathMessageResult = std::pair<std::string, std::vector<std::string>>;
|
||||
using namespace ll::i18n_literals;
|
||||
|
||||
extern DeathMessageResult translateDeathMessage(DeathMessageResult origin, std::string name, Actor* dead, ActorDamageSource* ads);
|
||||
extern void uninstallHooks();
|
||||
extern void RegisterDamageDefinition();
|
||||
|
||||
extern std::string tr(std::string const& key, std::vector<std::string> const& params = {});
|
||||
extern void ListenEvents();
|
||||
Reference in New Issue
Block a user