mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-06-27 13:45:54 +00:00
New File System and Cleanup some code Part 3
* Remove stdafx.h and some <unordered_set> includes * Update Minecraft Server Defines and remove more unused folders/files * Unbloat stdafx.h from Minecraft.World
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
using namespace std;
|
||||
|
||||
#include "Packet.h"
|
||||
#include "..\Minecraft.Client\Model.h"
|
||||
#include "..\Minecraft.Client\SkinBox.h"
|
||||
#include "../Minecraft.Client/Model.h"
|
||||
#include "../Minecraft.Client/SkinBox.h"
|
||||
#include "../Minecraft.Client/Common/DLC/DLCSkinFile.h"
|
||||
|
||||
class DLCSkinFile;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user