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
17 lines
520 B
C
17 lines
520 B
C
#pragma once
|
|
|
|
#include "DirectoryLevelStorage.h"
|
|
#include "DirectoryLevelStorageSource.h"
|
|
#include "LevelData.h"
|
|
#include "LevelStorage.h"
|
|
#include "LevelStorageProfilerDecorator.h"
|
|
#include "LevelStorageSource.h"
|
|
#include "LevelSummary.h"
|
|
#include "McRegionLevelStorage.h"
|
|
#include "McRegionLevelStorageSource.h"
|
|
//#include "MemoryLevelStorage.h" // 4J removed as unused
|
|
//#include "MemoryLevelStorageSource.h" // 4J removed as unused
|
|
#include "MockedLevelStorage.h"
|
|
#include "PlayerIO.h"
|
|
#include "SavedDataStorage.h"
|