refactor: move Console_Awards_enum.h into minecraft

This commit is contained in:
MatthewBeshay 2026-04-08 19:55:45 +10:00
parent 95efdb54dd
commit 5f7e4ab703
4 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@
#include <vector>
#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"

View file

@ -6,7 +6,7 @@
#include <vector>
#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 {

View file

@ -6,7 +6,7 @@
#include <memory>
#include <vector>
#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: