From 5f7e4ab7037bcbe580bc1f2deef9204ff2abcc96 Mon Sep 17 00:00:00 2001 From: MatthewBeshay <92357869+MatthewBeshay@users.noreply.github.com> Date: Wed, 8 Apr 2026 19:55:45 +1000 Subject: [PATCH] refactor: move Console_Awards_enum.h into minecraft --- targets/minecraft/stats/Achievements.cpp | 2 +- targets/minecraft/stats/CommonStats.h | 2 +- targets/{app/common => minecraft/stats}/Console_Awards_enum.h | 0 targets/minecraft/stats/GenericStats.h | 4 ++-- 4 files changed, 4 insertions(+), 4 deletions(-) rename targets/{app/common => minecraft/stats}/Console_Awards_enum.h (100%) diff --git a/targets/minecraft/stats/Achievements.cpp b/targets/minecraft/stats/Achievements.cpp index 767edebbc..121912f1e 100644 --- a/targets/minecraft/stats/Achievements.cpp +++ b/targets/minecraft/stats/Achievements.cpp @@ -5,7 +5,7 @@ #include #include "Achievement.h" -#include "app/common/Console_Awards_enum.h" +#include "minecraft/stats/Console_Awards_enum.h" #include "minecraft/world/item/BowItem.h" #include "minecraft/world/item/Item.h" #include "minecraft/world/item/PotionItem.h" diff --git a/targets/minecraft/stats/CommonStats.h b/targets/minecraft/stats/CommonStats.h index 47eacd2d4..41b2f053b 100644 --- a/targets/minecraft/stats/CommonStats.h +++ b/targets/minecraft/stats/CommonStats.h @@ -6,7 +6,7 @@ #include #include "GenericStats.h" -#include "app/common/Console_Awards_enum.h" +#include "minecraft/stats/Console_Awards_enum.h" #include "java/Class.h" class CommonStats : public GenericStats { diff --git a/targets/app/common/Console_Awards_enum.h b/targets/minecraft/stats/Console_Awards_enum.h similarity index 100% rename from targets/app/common/Console_Awards_enum.h rename to targets/minecraft/stats/Console_Awards_enum.h diff --git a/targets/minecraft/stats/GenericStats.h b/targets/minecraft/stats/GenericStats.h index 6d25d356a..9e45171bc 100644 --- a/targets/minecraft/stats/GenericStats.h +++ b/targets/minecraft/stats/GenericStats.h @@ -6,7 +6,7 @@ #include #include -#include "app/common/Console_Awards_enum.h" +#include "minecraft/stats/Console_Awards_enum.h" #include "Stat.h" #include "Stats.h" #include "java/Class.h" @@ -19,7 +19,7 @@ class Stat; // #include "minecraft/world/damageSource/DamageSource.h" -// #include "app/common/Console_Awards_enum.h" +// #include "minecraft/stats/Console_Awards_enum.h" /** 4J-JEV: