Add Discord RPC back with new features, add beta splitscreen support, PR's from MCLCE used in this https://github.com/MCLCE/MinecraftConsoles/pull/1044 https://github.com/MCLCE/MinecraftConsoles/pull/1136 https://github.com/MCLCE/MinecraftConsoles/pull/1245
15 lines
320 B
C
15 lines
320 B
C
#pragma once
|
|
|
|
#include "CompoundContainer.h"
|
|
#include "Container.h"
|
|
#include "Difficulty.h"
|
|
#include "MouseInventoryClickHandler.h"
|
|
#include "net.minecraft.world.ContainerListener.h"
|
|
#include "SimpleContainer.h"
|
|
|
|
// TU10
|
|
#include "Icon.h"
|
|
#include "IconRegister.h"
|
|
#include "FlippedIcon.h"
|
|
|
|
#include "WorldlyContainer.h" |