mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-27 16:53:37 +00:00
refactor: move Console_Awards_enum.h into minecraft
This commit is contained in:
parent
95efdb54dd
commit
5f7e4ab703
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue