Attempt to fix compilation
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
#include "Globals.h"
|
||||
#include "ChunkDataSerializer.h"
|
||||
#include "zlib.h"
|
||||
#include "../lib/zlib/zlib.h"
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -4,14 +4,14 @@
|
||||
// Implements the cProtocol132 class representing the release 1.3.2 protocol (#39)
|
||||
|
||||
#include "Globals.h"
|
||||
#include "ChunkDataSerializer.h"
|
||||
#include "Protocol132.h"
|
||||
#include "../Root.h"
|
||||
#include "../Server.h"
|
||||
#include "../World.h"
|
||||
#include "../ClientHandle.h"
|
||||
#include "../../CryptoPP/randpool.h"
|
||||
#include "../lib/cryptopp/randpool.h"
|
||||
#include "../Item.h"
|
||||
#include "ChunkDataSerializer.h"
|
||||
#include "../Entities/Player.h"
|
||||
#include "../Mobs/Monster.h"
|
||||
#include "../UI/Window.h"
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "Protocol125.h"
|
||||
#include "../../CryptoPP/modes.h"
|
||||
#include "../../CryptoPP/aes.h"
|
||||
#include "../lib/cryptopp/modes.h"
|
||||
#include "../lib/cryptopp/aes.h"
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ Implements the 1.4.x protocol classes representing these protocols:
|
||||
#include "../Root.h"
|
||||
#include "../Server.h"
|
||||
#include "../ClientHandle.h"
|
||||
#include "../../CryptoPP/randpool.h"
|
||||
#include "../lib/cryptopp/randpool.h"
|
||||
#include "../Item.h"
|
||||
#include "ChunkDataSerializer.h"
|
||||
#include "../Entities/Player.h"
|
||||
|
||||
@@ -16,8 +16,8 @@ Declares the 1.7.x protocol classes:
|
||||
|
||||
#include "Protocol.h"
|
||||
#include "../ByteBuffer.h"
|
||||
#include "../../CryptoPP/modes.h"
|
||||
#include "../../CryptoPP/aes.h"
|
||||
#include "../lib/cryptopp/modes.h"
|
||||
#include "../lib/cryptopp/aes.h"
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user