Added missing include lines
This commit is contained in:
parent
03ab4affb7
commit
058eada44c
|
@ -4,12 +4,15 @@
|
|||
//WTF!? No headers included???
|
||||
#include "../DanBiasGame/Include/DanBiasGame.h"
|
||||
#include "../GameProtocols/GeneralProtocols.h"
|
||||
#include "..\GameProtocols\Protocols.h"
|
||||
#include "../GameProtocols/Protocols.h"
|
||||
#include "../Network/NetworkAPI/NetworkClient.h"
|
||||
#include "GameClientState\GameClientState.h"
|
||||
#include "GameClientState\GameState.h"
|
||||
|
||||
#include <Utilities.h>
|
||||
|
||||
namespace DanBias
|
||||
{
|
||||
|
||||
struct GameRecieverObject : public Oyster::Network::NetworkClient
|
||||
{
|
||||
Client::GameClientState* gameClientState;
|
||||
|
|
Loading…
Reference in New Issue