mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-22 05:25:35 +00:00
run IWYU on Minecraft.Client
This commit is contained in:
@@ -1,11 +1,17 @@
|
||||
#pragma once
|
||||
#include <format>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
// using namespace std;
|
||||
#include "../TutorialEnum.h"
|
||||
#include "Minecraft.Client/Common/Source Files/Tutorial/TutorialEnum.h"
|
||||
|
||||
class Level;
|
||||
class Tutorial;
|
||||
class TutorialConstraint;
|
||||
class MobEffect;
|
||||
class Entity;
|
||||
class ItemInstance;
|
||||
|
||||
// A class that represents each individual task in the tutorial.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user