diff options
author | 12xx12 <44411062+12xx12@users.noreply.github.com> | 2021-03-15 03:47:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-15 03:47:55 +0100 |
commit | 243083e01a4b6b496ca4c0ed0a4a33499cd41936 (patch) | |
tree | 49f7149f1b765cad90cc1192dceca35e30530c8e /src/WorldStorage/NamespaceSerializer.h | |
parent | Derive HugeMushroom from the base handler (diff) | |
download | cuberite-243083e01a4b6b496ca4c0ed0a4a33499cd41936.tar cuberite-243083e01a4b6b496ca4c0ed0a4a33499cd41936.tar.gz cuberite-243083e01a4b6b496ca4c0ed0a4a33499cd41936.tar.bz2 cuberite-243083e01a4b6b496ca4c0ed0a4a33499cd41936.tar.lz cuberite-243083e01a4b6b496ca4c0ed0a4a33499cd41936.tar.xz cuberite-243083e01a4b6b496ca4c0ed0a4a33499cd41936.tar.zst cuberite-243083e01a4b6b496ca4c0ed0a4a33499cd41936.zip |
Diffstat (limited to 'src/WorldStorage/NamespaceSerializer.h')
-rw-r--r-- | src/WorldStorage/NamespaceSerializer.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/WorldStorage/NamespaceSerializer.h b/src/WorldStorage/NamespaceSerializer.h index 5b0093bcc..876db740f 100644 --- a/src/WorldStorage/NamespaceSerializer.h +++ b/src/WorldStorage/NamespaceSerializer.h @@ -1,7 +1,8 @@ #pragma once -#include "../Registries/Statistics.h" -#include "../Mobs/MonsterTypes.h" +#include "Defines.h" +#include "Mobs/MonsterTypes.h" +#include "Registries/Statistics.h" namespace NamespaceSerializer { @@ -16,6 +17,7 @@ namespace NamespaceSerializer std::string_view From(Statistic a_ID); std::string_view From(eMonsterType a_ID); + std::string_view From(BannerPattern a_ID); Statistic ToCustomStatistic(std::string_view a_ID); eMonsterType ToMonsterType(std::string_view a_ID); |