Merge remote-tracking branch 'origin/Networking' into Networking

This commit is contained in:
Jocke
2016-01-23 16:41:42 +01:00
11 changed files with 25 additions and 29 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
#include "Input/EInputCommand.h"
#include "Core/EPlayerDamage.h"
#include "Network/EInterpolate.h"
#include "Game/Events/EPlayerSpawned.h"
#include "Core/EPlayerSpawned.h"
class Client : public Network
{
+1 -2
View File
@@ -15,8 +15,7 @@
#include "Input/EInputCommand.h"
#include "Core/EPlayerDamage.h"
#include "Network/EPlayerDisconnected.h"
#include "Game/Events/EPlayerSpawned.h"
#include "Core/EPlayerSpawned.h"
class Server : public Network
{