1
0

Removed ClientHandle.h dependencies from common headers.

This commit is contained in:
Mattes D
2016-11-18 20:00:04 +01:00
parent 3a89e9959b
commit 0bffa29358
19 changed files with 206 additions and 51 deletions

View File

@@ -2,6 +2,7 @@
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
#include "EnderChestEntity.h"
#include "json/json.h"
#include "../Item.h"
#include "../Entities/Player.h"
#include "../UI/EnderChestWindow.h"