mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-22 05:36:29 +00:00
run IWYU on Minecraft.Client
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
#pragma once
|
||||
// using namespace std;
|
||||
|
||||
#include "../../../net/minecraft/client/multiplayer/MultiPlayerGameMode.h"
|
||||
#include "Minecraft.Client/net/minecraft/client/multiplayer/MultiPlayerGameMode.h"
|
||||
#include "Tutorial.h"
|
||||
|
||||
class ClientConnection;
|
||||
class Minecraft;
|
||||
class Tutorial;
|
||||
|
||||
class TutorialMode : public MultiPlayerGameMode {
|
||||
protected:
|
||||
Tutorial* tutorial;
|
||||
|
||||
Reference in New Issue
Block a user