mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-20 02:33:50 +00:00
Merge branch 'main' into feat/64x64-skins
This commit is contained in:
commit
0c50f9982c
925 changed files with 4906 additions and 3697 deletions
|
|
@ -1,11 +1,11 @@
|
|||
#include "stdafx.h"
|
||||
#include "DLCManager.h"
|
||||
#include "DLCSkinFile.h"
|
||||
#include "..\..\ModelPart.h"
|
||||
#include "..\..\EntityRenderer.h"
|
||||
#include "..\..\EntityRenderDispatcher.h"
|
||||
#include "..\..\..\Minecraft.World\Player.h"
|
||||
#include "..\..\..\Minecraft.World\StringHelpers.h"
|
||||
#include "../../ModelPart.h"
|
||||
#include "../../EntityRenderer.h"
|
||||
#include "../../EntityRenderDispatcher.h"
|
||||
#include "../../../Minecraft.World/Player.h"
|
||||
#include "../../../Minecraft.World/StringHelpers.h"
|
||||
|
||||
DLCSkinFile::DLCSkinFile(const wstring &path) : DLCFile(DLCManager::e_DLCType_Skin,path)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue